Skip to content
Snippets Groups Projects
Commit 83e2460b authored by Benjamin Graillot's avatar Benjamin Graillot Committed by Benjamin Graillot
Browse files

[home] Use full path for zfs

parent a4040431
No related branches found
No related tags found
1 merge request!229[home] Use full path for zfs
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment