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.
15 lines
435 B
YAML
15 lines
435 B
YAML
---
|
|
bind::params::supported: true
|
|
bind::params::bind_user: 'named'
|
|
bind::params::bind_group: 'named'
|
|
bind::params::bind_package: 'bind'
|
|
bind::params::bind_service: 'named'
|
|
bind::params::nsupdate_package: 'bind-utils'
|
|
bind::params::managed_keys_directory: '/var/named/dynamic'
|
|
bind::params::confdir: '/etc/named'
|
|
bind::namedconf: '/etc/named.conf'
|
|
bind::cachedir: '/var/named'
|
|
bind::rndc: true
|
|
|
|
bind::updater::keydir: '/etc/named/keys'
|