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.
17 lines
663 B
YAML
17 lines
663 B
YAML
---
|
|
bind::defaults::supported: true
|
|
bind::defaults::bind_user: 'named'
|
|
bind::defaults::bind_group: 'named'
|
|
bind::defaults::bind_package: 'bind'
|
|
bind::defaults::bind_service: 'named'
|
|
bind::defaults::nsupdate_package: 'bind-utils'
|
|
bind::defaults::managed_keys_directory: '/var/named/dynamic'
|
|
bind::defaults::confdir: '/etc/named'
|
|
bind::defaults::namedconf: '/etc/named.conf'
|
|
bind::defaults::cachedir: '/var/named'
|
|
bind::defaults::default_zones_warning: true
|
|
bind::defaults::default_zones_include: '/etc/named.default-zones.conf'
|
|
bind::defaults::default_zones_source: 'puppet:///module/bind/RedHat/named.default-zones.conf'
|
|
|
|
bind::updater::keydir: '/etc/named/keys'
|