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
+10
View File
@@ -0,0 +1,10 @@
---
profiles::ntp::client::client_only: false
profiles::ntp::server::allowquery:
- '198.18.17.0/24'
profiles::ntp::server::peers:
- '0.au.pool.ntp.org'
- '1.au.pool.ntp.org'
- '2.au.pool.ntp.org'
- '3.au.pool.ntp.org'