feat: install bind-utils
This commit is contained in:
@@ -5,6 +5,9 @@ class profiles::dns::base (
|
||||
Array $nameservers = ['8.8.8.8', '1.1.1.1'],
|
||||
){
|
||||
|
||||
# install bind_utils
|
||||
include bind::updater
|
||||
|
||||
# if ns_role is set, find all hosts matching that enc_role
|
||||
if $ns_role == undef {
|
||||
$nameserver_array = $nameservers
|
||||
|
||||
Reference in New Issue
Block a user