]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/templates/munin-node.conf.erb
Allow munin queries from localhost
[dsa-puppet.git] / modules / munin / templates / munin-node.conf.erb
index e5ef6ff7da7012eaefd07880e940143d24d65569..d2d00b8cecb3d55666962dc1b06f1d6004ad8acb 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|