Matanya has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/149993

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/149993/1

diff --git a/modules/spamassassin/templates/spamassassin.default.erb 
b/modules/spamassassin/templates/spamassassin.default.erb
index a46c300..72b56c4 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: newchange
Gerrit-Change-Id: I6809ed620cbd5d95b4341507f62f6014701822fa
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to