projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8f419
)
unbound: squeeze cleanup
author
Julien Cristau
<jcristau@debian.org>
Wed, 2 Mar 2016 22:49:40 +0000
(23:49 +0100)
committer
Julien 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
patch
|
blob
|
history
diff --git
a/modules/unbound/templates/unbound.conf.erb
b/modules/unbound/templates/unbound.conf.erb
index
8e06b7d
..
4680b33
100644
(file)
--- 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 -%>