From: Peter Palfrader Date: Wed, 9 Mar 2011 12:51:18 +0000 (+0100) Subject: Fix logic X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b605115fde737dc5e82ce6d66e878bd7d5f00d03;p=mirror%2Fdsa-puppet.git Fix logic --- diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 026126bd0..07f3ca2a6 100644 --- 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 ||= []