Enable configuration of some options

This commit is contained in:
Nate Riffe
2012-09-04 12:12:30 -05:00
parent 63b3c4037b
commit d189c62002
3 changed files with 36 additions and 9 deletions
+13
View File
@@ -1,3 +1,16 @@
# This file is managed by puppet - changes will be lost
include "<%= confdir %>/acls.conf";
include "<%= confdir %>/views.conf";
options {
directory "<%= cachedir %>";
<%- if not forwarders.empty? -%>
forwarders {
<%- forwarders.each do |forwarder| -%>
<%= forwarder %>;
<%- end -%>
};
<%- end -%>
auth-nxdomain <%= auth_nxdomain ? 'yes' : 'no' %>;
listen-on-v6 { any; };
}