bundles/samba: fix timemachine backups dependencies
This commit is contained in:
parent
5a4c3284b6
commit
1f120b9923
1 changed files with 3 additions and 0 deletions
|
@ -82,4 +82,7 @@ if timemachine_shares:
|
||||||
'owner': f'timemachine-{share_name}',
|
'owner': f'timemachine-{share_name}',
|
||||||
'group': f'timemachine-{share_name}',
|
'group': f'timemachine-{share_name}',
|
||||||
'mode': '0700',
|
'mode': '0700',
|
||||||
|
'needs': {
|
||||||
|
f'zfs_dataset:tank/timemachine/{share_name}',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue