From cfe6edae851804f469a130329e6696835a6864cb Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 22 Nov 2024 07:51:11 +0100 Subject: [PATCH] no quotes allowed here --- roles/pubnix/templates/Bastillefile.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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