Explicitly reference the bind keys file
Debian supplies the bind keys at /etc/bind/bind.keys and RedHat supplies it at /etc/named.iscdlv.key. Add the directive that references this file. I think it may have "just worked" on Debian, baesd on the information at https://www.isc.org/downloads/bind/bind-keys/
This commit is contained in:
@@ -15,6 +15,7 @@ class bind::defaults (
|
||||
$managed_keys_directory = undef,
|
||||
$default_zones_include = undef,
|
||||
$default_zones_source = undef,
|
||||
$isc_bind_keys = undef,
|
||||
) {
|
||||
unless is_bool($supported) {
|
||||
fail('Please ensure that the dependencies of the bind module are installed and working correctly')
|
||||
|
||||
Reference in New Issue
Block a user