unbound: squeeze cleanup
authorJulien Cristau <jcristau@debian.org>
Wed, 2 Mar 2016 22:49:40 +0000 (23:49 +0100)
committerJulien Cristau <jcristau@debian.org>
Wed, 2 Mar 2016 22:54:08 +0000 (23:54 +0100)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/unbound/templates/unbound.conf.erb

index 8e06b7d..4680b33 100644 (file)
@@ -59,9 +59,7 @@ forward-zone:
 <% @ns.to_a.flatten.each do |nms| -%>
        forward-addr: <%= nms %>
 <% end -%>
-<% if @lsbmajdistrelease >= '7' -%>
        # This will actually only work starting with unbound 1.4.18 (wheezy has 1.4.17)
        # previously, forward-first was not implemented for the root zone.
        forward-first: yes
 <% end -%>
-<% end -%>