bundles: add zfs dataset to bundles

This commit is contained in:
Franzi 2021-07-17 10:17:39 +02:00
parent 337b660f5a
commit ce9f6dd7ba
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 82 additions and 6 deletions

View file

@ -18,6 +18,16 @@ defaults = {
}
},
},
'zfs': {
'datasets': {
'tank/redis': {
'mountpoint': '/var/lib/redis',
'neeeded_by': {
'pkg_apt:redis-server',
},
},
},
},
}
if node.has_bundle('telegraf'):