diff --git a/roles/pubnix/templates/Bastillefile.j2 b/roles/pubnix/templates/Bastillefile.j2 index 1eb0f8d..023bdd4 100644 --- a/roles/pubnix/templates/Bastillefile.j2 +++ b/roles/pubnix/templates/Bastillefile.j2 @@ -2,9 +2,9 @@ PKG {{ jails.pubnix.pkgs | join(' ') }} SYSRC sshd_enable=YES SYSRC sendmail_enable=NONE -SYSRC tmpsize="500m" -SYSRC tmpmfs="AUTO" -SYSRC clear_tmp_enable="YES" +SYSRC tmpsize=500m +SYSRC tmpmfs=AUTO +SYSRC clear_tmp_enable=YES CMD rm /home CMD mkdir -p /home