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