From: Stephen Gran Date: Sat, 17 Oct 2009 23:34:48 +0000 (+0100) Subject: add group statement X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d7cc27a8280763028c307923cdbab731e83a5e74;p=mirror%2Fdsa-puppet.git add group statement 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 a968ecc19..36c7ecada 100644 --- a/modules/munin-node/templates/munin-node.plugin.conf.erb +++ b/modules/munin-node/templates/munin-node.plugin.conf.erb @@ -79,7 +79,9 @@ group maillog [bind] <%= out = case hostname - when "geo1","geo2","geo3" then "env.logfile=/var/log/bind9/geoip-query.log" + when "geo1","geo2","geo3" then "group bind +env.logfile=/var/log/bind9/geoip-query.log" + else "group adm" end out %>