Alexandros Kosiaris has submitted this change and it was merged. Change subject: spamassassin: qualify vars ......................................................................
spamassassin: qualify vars Change-Id: I6809ed620cbd5d95b4341507f62f6014701822fa --- M modules/spamassassin/templates/spamassassin.default.erb 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/spamassassin/templates/spamassassin.default.erb b/modules/spamassassin/templates/spamassassin.default.erb index a46c300..84213de 100644 --- a/modules/spamassassin/templates/spamassassin.default.erb +++ b/modules/spamassassin/templates/spamassassin.default.erb @@ -14,7 +14,7 @@ # make sure --max-children is not set to anything higher than 5, # unless you know what you're doing. -OPTIONS="--max-children <%= max_children %> <%= debug_logging %> --nouser-config --listen-ip=127.0.0.1 -u <%= spamd_user %> -g <%= spamd_group %>" +OPTIONS="--max-children <%= @max_children %> <%= @debug_logging %> --nouser-config --listen-ip=127.0.0.1 -u <%= @spamd_user %> -g <%= @spamd_group %>" # Pid file # Where should spamd write its PID to file? If you use the -u or @@ -23,7 +23,7 @@ PIDFILE="/var/run/spamd.pid" # Set nice level of spamd -NICE="--nicelevel <%= nicelevel %>" +NICE="--nicelevel <%= @nicelevel %>" # Cronjob # Set to anything but 0 to enable the cron job to automatically update -- To view, visit https://gerrit.wikimedia.org/r/149993 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6809ed620cbd5d95b4341507f62f6014701822fa Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Matanya <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
