- RHEL chroot code has been moved into a bind::chroot::package class - Debian family (and probably other families) can use the `bind::chroot::manual` class to enable chroot for bind using the method described here: https://wiki.debian.org/Bind9#Bind_Chroot
16 lines
356 B
YAML
16 lines
356 B
YAML
---
|
|
bind::defaults::supported: false
|
|
bind::defaults::chroot_supported: false
|
|
bind::defaults::chroot_class: ''
|
|
bind::defaults::random_device: '/dev/random'
|
|
|
|
bind::forwarders: ''
|
|
bind::forward: ''
|
|
bind::dnssec: true
|
|
bind::filter_ipv6: false
|
|
bind::version: ''
|
|
bind::auth_nxdomain: false
|
|
bind::include_local: false
|
|
|
|
bind::updater::keydir: '/etc/nsupdate-keys'
|