projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24befc
)
Allow munin queries from localhost
author
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Aug 2012 13:54:37 +0000
(15:54 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Aug 2012 13:54:37 +0000
(15:54 +0200)
modules/munin/templates/munin-node.conf.erb
patch
|
blob
|
history
diff --git
a/modules/munin/templates/munin-node.conf.erb
b/modules/munin/templates/munin-node.conf.erb
index
e5ef6ff
..
d2d00b8
100644
(file)
--- 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|