items/zfs_dataset: remove automatic dependency detection for now
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This basically reverts commit 1086ed28c3
This commit is contained in:
Franzi 2021-07-17 19:40:41 +02:00
parent cee2a41771
commit 84d55c246a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
12 changed files with 56 additions and 8 deletions

View file

@ -27,10 +27,16 @@ defaults = {
'zfs': {
'datasets': {
'tank/mail': {
'mountpoint': '/var/mail',
'mountpoint': '/var/mail/vmail',
'needed_by': {
'directory:/var/mail/vmail',
},
},
'tank/postfixadmin': {
'mountpoint': '/opt/postfixadmin',
'needed_by': {
'directory:/opt/postfixadmin',
},
},
},
},