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:
1904444
)
we don't need to append to the string now
author
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 03:44:54 +0000
(
03:44
+0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 03:45:06 +0000
(
03:45
+0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/templates/named.conf.acl.erb
patch
|
blob
|
history
diff --git
a/modules/named/templates/named.conf.acl.erb
b/modules/named/templates/named.conf.acl.erb
index
501ed72
..
83b945d
100644
(file)
--- a/
modules/named/templates/named.conf.acl.erb
+++ b/
modules/named/templates/named.conf.acl.erb
@@
-8,7
+8,7
@@
acl Nagios {
nagii = []
localinfo.keys.sort.each do |node|
if localinfo[node]['nagiosmaster']
- nagii << keyinfo[node][0]['ipHostNumber']
+ '/32'
+ nagii << keyinfo[node][0]['ipHostNumber']
end
end
str = ''