bind-formula/bind/files/debian/named.conf

13 lines
510 B
Text

// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "{{ map.options_config }}";
include "{{ map.local_config }}";
{%- if salt['pillar.get']('bind:keys', {}) is defined %}
include "{{ map.key_config }}";
{% endif %}