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:
b67bdf5
)
anchor start of line
author
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 15:12:29 +0000
(15:12 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 15:12:29 +0000
(15:12 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/templates/munin-node.conf.erb
patch
|
blob
|
history
diff --git
a/modules/munin-node/templates/munin-node.conf.erb
b/modules/munin-node/templates/munin-node.conf.erb
index
070adb0
..
265b586
100644
(file)
--- a/
modules/munin-node/templates/munin-node.conf.erb
+++ b/
modules/munin-node/templates/munin-node.conf.erb
@@
-43,7
+43,7
@@
str = ''
localinfo.keys.sort.each do |node|
if localinfo[node]['muninmaster']
keyinfo[node][0]['ipHostNumber'].each do |ip|
- str += "allow " + ip.split('.').join('\.') + "$\n"
+ str += "allow
^
" + ip.split('.').join('\.') + "$\n"
end
end
end