chore: reorganise ntp server
- bump enc to match changes - change ntp client to find servers through puppetdb query - changed default ntp servers to publicly available nodes
This commit is contained in:
@@ -19,7 +19,7 @@ class profiles::ntp::server (
|
||||
|
||||
# check the enc_role has been set, it can take two puppet runs to do this
|
||||
# TODO: change away from external fact
|
||||
if $facts['enc_role'] == 'roles::infra::ntpserver' {
|
||||
if $facts['enc_role'] == 'roles::infra::ntp::server' {
|
||||
|
||||
# define the server
|
||||
if $facts['os']['family'] == 'RedHat' {
|
||||
|
||||
Reference in New Issue
Block a user