From 07bf03c2520d982e47834af5a6a133bf98918d2e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 18 Oct 2009 00:17:27 +0100 Subject: [PATCH] arg, ruby strings Signed-off-by: Stephen Gran --- modules/munin-node/templates/munin-node.plugin.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.20.1