cleanup that should not change anything
[mirror/dsa-puppet.git] / modules / unbound / templates / unbound.conf.erb
index 17683a8..d919f38 100644 (file)
@@ -45,7 +45,7 @@ server:
        auto-trust-anchor-file: "/var/lib/unbound/debian.org.key"
 
 # recursive: <%= @is_recursor ? "y" : "n" %>
-<% if (not @is_recursor) and (not @ns.empty?) -%>
+<% if not @is_recursor -%>
 forward-zone:
        name: "."
 <% @ns.to_a.flatten.each do |nms| -%>