name new class correctly
[mirror/dsa-puppet.git] / modules / munin-node / templates / munin-node.plugin.conf.erb
index b5012f7..fd3acbe 100644 (file)
@@ -86,11 +86,11 @@ user root
 group maillog
 
 [bind*]
+group bind
 <%=
 out = case hostname
-  when "geo1","geo2","geo3" then "group bind
-env.logfile /var/log/bind9/geoip-query.log"
-  else "group adm"
+  when "geo1","geo2","geo3" then "env.logfile /var/log/bind9/geoip-query.log"
+  else "env.logfile /var/log/bind9/named-query.log"
 end
 out
 %>