Fix a bunch of warnings whne using the bind::updater class by moving confdir to the params class. In order for this to work, the bind and bind::updater classes both now inherit from params. Also, fix the default value for managed_key_directory to something that's actually falsey.
14 lines
381 B
YAML
14 lines
381 B
YAML
---
|
|
bind::params::supported: true
|
|
bind::params::bind_user: 'bind'
|
|
bind::params::bind_group: 'bind'
|
|
bind::params::bind_package: 'bind9'
|
|
bind::params::bind_service: 'bind9'
|
|
bind::params::nsupdate_package: 'dnsutils'
|
|
bind::params::confdir: '/etc/bind'
|
|
bind::namedconf: '/etc/bind/named.conf'
|
|
bind::cachedir: '/var/cache/bind'
|
|
bind::rndc: true
|
|
|
|
bind::updater::keydir: '/etc/bind/keys'
|