[home] Use full path for zfs
parent
a40404314f
commit
83e2460b65
|
@ -6,5 +6,5 @@ password = '{{ home.ldap_password }}'
|
||||||
rootdn = '{{ home.rootdn }}'
|
rootdn = '{{ home.rootdn }}'
|
||||||
home_dir = '/pool/home'
|
home_dir = '/pool/home'
|
||||||
mail_dir = '/pool/mail'
|
mail_dir = '/pool/mail'
|
||||||
home_quota = 'zfs set userquota@{user}=30G pool/home'
|
home_quota = '/usr/sbin/zfs set userquota@{user}=30G pool/home'
|
||||||
mail_quota = 'zfs set userquota@{user}=10G pool/mail'
|
mail_quota = '/usr/sbin/zfs set userquota@{user}=10G pool/mail'
|
||||||
|
|
Loading…
Reference in New Issue