From: Julien Cristau Date: Wed, 2 Mar 2016 22:49:40 +0000 (+0100) Subject: unbound: squeeze cleanup X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5eec87e1f0ec58dbd106bbffbeaa1fc4b381c9ab;p=mirror%2Fdsa-puppet.git unbound: squeeze cleanup Signed-off-by: Julien Cristau --- diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 8e06b7df0..4680b3350 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -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 -%>