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:
64e8a65
)
Try not to set forwarders when they are bad
author
Peter Palfrader
<peter@palfrader.org>
Wed, 9 Mar 2011 12:45:59 +0000
(13:45 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 9 Mar 2011 12:45:59 +0000
(13:45 +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
74cf4bb
..
026126b
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']
+ unless nodeinfo['misc']['resolver-recursive']
and not nodeinfo['hoster']['nameservers_break_dnssec']
forwarders = nodeinfo['hoster']['nameservers']
forwarders ||= []