bundles: add zfs dataset to bundles
This commit is contained in:
parent
337b660f5a
commit
ce9f6dd7ba
8 changed files with 82 additions and 6 deletions
|
@ -18,6 +18,16 @@ defaults = {
|
|||
}
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank/redis': {
|
||||
'mountpoint': '/var/lib/redis',
|
||||
'neeeded_by': {
|
||||
'pkg_apt:redis-server',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
if node.has_bundle('telegraf'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue