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:
8f90bd3
)
Fix logic
author
Peter Palfrader
<peter@palfrader.org>
Wed, 9 Mar 2011 12:51:18 +0000
(13:51 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 9 Mar 2011 12:51:18 +0000
(13:51 +0100)
modules/unbound/templates/unbound.conf.erb
patch
|
blob
|
history
diff --git
a/modules/unbound/templates/unbound.conf.erb
b/modules/unbound/templates/unbound.conf.erb
index
026126b
..
07f3ca2
100644
(file)
--- a/
modules/unbound/templates/unbound.conf.erb
+++ b/
modules/unbound/templates/unbound.conf.erb
@@
-52,7
+52,7
@@
server:
<%=
out = []
-
unless
nodeinfo['misc']['resolver-recursive'] and not nodeinfo['hoster']['nameservers_break_dnssec']
+
if not
nodeinfo['misc']['resolver-recursive'] and not nodeinfo['hoster']['nameservers_break_dnssec']
forwarders = nodeinfo['hoster']['nameservers']
forwarders ||= []