]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Allow munin queries from localhost
authorPeter Palfrader <peter@palfrader.org>
Tue, 7 Aug 2012 13:54:37 +0000 (15:54 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 7 Aug 2012 13:54:37 +0000 (15:54 +0200)
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|