diff --git a/roles/home/templates/home/config.py.j2 b/roles/home/templates/home/config.py.j2 index e7f29b91b6c6753939a38d4618b88295e79a98e9..7d3d22335eb10c0783426507ac189e75bef16d19 100644 --- a/roles/home/templates/home/config.py.j2 +++ b/roles/home/templates/home/config.py.j2 @@ -6,5 +6,5 @@ password = '{{ home.ldap_password }}' rootdn = '{{ home.rootdn }}' home_dir = '/pool/home' mail_dir = '/pool/mail' -home_quota = 'zfs set userquota@{user}=30G pool/home' -mail_quota = 'zfs set userquota@{user}=10G pool/mail' +home_quota = '/usr/sbin/zfs set userquota@{user}=30G pool/home' +mail_quota = '/usr/sbin/zfs set userquota@{user}=10G pool/mail'