From: Peter Palfrader <peter@palfrader.org>
Date: Tue, 7 Aug 2012 13:54:37 +0000 (+0200)
Subject: Allow munin queries from localhost
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=551d65d18436977c93a2ba7f4aa985a42bb41315;p=dsa-puppet.git

Allow munin queries from localhost
---

diff --git a/modules/munin/templates/munin-node.conf.erb b/modules/munin/templates/munin-node.conf.erb
index e5ef6ff7..d2d00b8c 100644
--- a/modules/munin/templates/munin-node.conf.erb
+++ b/modules/munin/templates/munin-node.conf.erb
@@ -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|