promote develop to master #6

Merged
unkinben merged 449 commits from develop into master 2024-06-01 14:48:48 +10:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit a144e4ec2d - Show all commits

View File

@ -7,6 +7,9 @@ lookup_options:
merge: merge:
strategy: deep strategy: deep
# this switch installs bind-utils
bind::defaults::nsupdate_package: true
profiles::ntp::client::ntp_role: 'roles::infra::ntp::server' profiles::ntp::client::ntp_role: 'roles::infra::ntp::server'
profiles::ntp::client::peers: profiles::ntp::client::peers:
- 0.pool.ntp.org - 0.pool.ntp.org

View File

@ -5,6 +5,9 @@ class profiles::dns::base (
Array $nameservers = ['8.8.8.8', '1.1.1.1'], 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 is set, find all hosts matching that enc_role
if $ns_role == undef { if $ns_role == undef {
$nameserver_array = $nameservers $nameserver_array = $nameservers