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:
2023-11-18 18:25:44 +11:00
parent bae3d446b6
commit dffc97ad4c
6 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -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' {