RedHat's default zones are baked into the stock named.conf, which the module's template completely rewrites. Since the module is extremely view-based, and the Debian default-zones are repositioned into the zones, let's take those defaults out of the stock named.conf, build a configuration file out of them and include it in the view just the same.
14 lines
474 B
YAML
14 lines
474 B
YAML
---
|
|
bind::defaults::supported: true
|
|
bind::defaults::bind_user: 'bind'
|
|
bind::defaults::bind_group: 'bind'
|
|
bind::defaults::bind_package: 'bind9'
|
|
bind::defaults::bind_service: 'bind9'
|
|
bind::defaults::nsupdate_package: 'dnsutils'
|
|
bind::defaults::confdir: '/etc/bind'
|
|
bind::defaults::namedconf: '/etc/bind/named.conf'
|
|
bind::defaults::cachedir: '/var/cache/bind'
|
|
bind::defaults::default_zones_include: '/etc/bind/named.conf.default-zones'
|
|
|
|
bind::updater::keydir: '/etc/bind/keys'
|