Support minimal-responses setting on views
This commit is contained in:
committed by
Ahmad Jagot
parent
1aebf94b7f
commit
e579b5479b
@@ -44,6 +44,9 @@ view "<%= @name %>" {
|
||||
};
|
||||
<%- end -%>
|
||||
<%- end -%>
|
||||
<%- if @minimal_responses -%>
|
||||
minimal-responses yes;
|
||||
<%- end -%>
|
||||
<%- if scope.lookupvar('osfamily') == 'Debian' -%>
|
||||
include "<%= @confdir %>/named.conf.default-zones";
|
||||
<%- end -%>
|
||||
|
||||
Reference in New Issue
Block a user