fix syntax
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 18 Mar 2017 12:47:26 +0000 (13:47 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 18 Mar 2017 12:47:26 +0000 (13:47 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/munin/templates/munin-node.plugin.conf.erb

index ae8da95..9aebf14 100644 (file)
@@ -90,7 +90,7 @@ group maillog
 [bind*]
 group bind
 <%=
-out = case hostname
+out = case @hostname
   when "geo1","geo2","geo3" then "env.logfile /var/log/bind9/geoip-query.log"
   else "env.logfile /var/log/bind9/named-query.log"
 end