From: Stephen Gran Date: Sat, 17 Oct 2009 23:17:27 +0000 (+0100) Subject: arg, ruby strings X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=07bf03c2520d982e47834af5a6a133bf98918d2e;p=mirror%2Fdsa-puppet.git arg, ruby strings Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/templates/munin-node.plugin.conf.erb b/modules/munin-node/templates/munin-node.plugin.conf.erb index a3a88126e..a968ecc19 100644 --- a/modules/munin-node/templates/munin-node.plugin.conf.erb +++ b/modules/munin-node/templates/munin-node.plugin.conf.erb @@ -79,7 +79,7 @@ group maillog [bind] <%= out = case hostname - when geo1,geo2,geo3 then "env.logfile=/var/log/bind9/geoip-query.log" + when "geo1","geo2","geo3" then "env.logfile=/var/log/bind9/geoip-query.log" end out %>