Allow munin queries from localhost
[mirror/dsa-puppet.git] / modules / munin / templates / munin-node.conf.erb
index e5ef6ff..d2d00b8 100644 (file)
@@ -38,6 +38,7 @@ ignore_file \.rpm(save|new)$
 # doesn't understand CIDR-style network notation.  You may repeat
 # the allow line as many times as you'd like
 
+allow ^127\.0\.0\.1$
 <%=
 str = ''
 scope.lookupvar('site::localinfo').keys.sort.each do |node|