[home] Use full path for zfs

certbot_on_virtu
_benjamin 2021-02-26 17:00:13 +01:00 committed by Benjamin Graillot
parent a40404314f
commit 83e2460b65
1 changed files with 2 additions and 2 deletions

View File

@ -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'