Add warnings and safety checks and documentation

The changes in the `redhat-default-zones` branch, when released, may cause
upgrade difficulties for Red Hat system administrators. Try to ease the
transition.
This commit is contained in:
Nate Riffe
2016-01-07 20:37:17 -06:00
parent d5e1b19b1a
commit ae3bfa7f1b
7 changed files with 121 additions and 8 deletions
+1
View File
@@ -2,6 +2,7 @@
bind::defaults::supported: false
bind::defaults::random_device: '/dev/random'
bind::defaults::rndc: true
bind::defaults::default_zones_warning: false
bind::forwarders: ''
bind::dnssec: true
+1
View File
@@ -9,5 +9,6 @@ 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::updater::keydir: '/etc/named/keys'