From: Stephen Gran Date: Sat, 17 Oct 2009 23:54:07 +0000 (+0100) Subject: um, use the right syntax X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=40953877a0337bbb4ebfdbd1c8109a7c6c8ca347;p=mirror%2Fdsa-puppet.git um, use the right syntax 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 36c7ecada..1798fe812 100644 --- a/modules/munin-node/templates/munin-node.plugin.conf.erb +++ b/modules/munin-node/templates/munin-node.plugin.conf.erb @@ -80,7 +80,7 @@ group maillog <%= out = case hostname when "geo1","geo2","geo3" then "group bind -env.logfile=/var/log/bind9/geoip-query.log" +env.logfile /var/log/bind9/geoip-query.log" else "group adm" end out