diff --git a/metadata.json b/metadata.json index 0e7eb6fd5..1f86ab3a4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "thias-bind", - "version": "0.5.3", + "version": "0.5.4", "author": "Matthias Saou", "license": "Apache-2.0", "summary": "BIND DNS server module", diff --git a/templates/named.conf.erb b/templates/named.conf.erb index 39cd72b8c..a88e3ba3e 100644 --- a/templates/named.conf.erb +++ b/templates/named.conf.erb @@ -157,7 +157,7 @@ view "<%= key %>" { <% end -%> <% else -%><%# end views, start no views -%> -<% if @recursion == 'yes' -%> +<% if @recursion == 'yes' and @osfamily != 'Debian' -%> zone "." IN { type hint; file "<%= @file_hint %>";