]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/unbound/templates/unbound.conf.erb
Merge branch 'master' of git://git.debian.org/mirror/dsa-puppet
[dsa-puppet.git] / modules / unbound / templates / unbound.conf.erb
index 74cf4bb22e417955e8d49abace146819348d5245..07f3ca2a6e963b80b01bb96c3d80a0de74229078 100644 (file)
@@ -52,7 +52,7 @@ server:
 
 <%=
        out = []
-       unless nodeinfo['misc']['resolver-recursive']
+       if not nodeinfo['misc']['resolver-recursive'] and not nodeinfo['hoster']['nameservers_break_dnssec']
                forwarders = nodeinfo['hoster']['nameservers']
                forwarders ||= []