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:
7035eb9
)
and recursors should allow localnets ...
author
Stephen Gran
<steve@lobefin.net>
Tue, 23 Feb 2010 19:33:03 +0000
(19:33 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 23 Feb 2010 19:33:03 +0000
(19:33 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/templates/named.conf.options.erb
patch
|
blob
|
history
diff --git
a/modules/named/templates/named.conf.options.erb
b/modules/named/templates/named.conf.options.erb
index
457dcda
..
a2f309e
100644
(file)
--- a/
modules/named/templates/named.conf.options.erb
+++ b/
modules/named/templates/named.conf.options.erb
@@
-30,7
+30,7
@@
options {
<%=
allowed='Nagios; '
- if classes.include?('named::secondary')
+ if classes.include?('named::secondary')
or classes.include?('named::recursor')
allowed += 'localnets; '
end