This commit is contained in:
Mike Reeves
2022-09-19 14:48:40 -04:00
parent 17cbe38c25
commit 2abfcdc042
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{% import_yaml 'ntp/defaults.yaml' as NTP with context %}
{% set NTPCONFIG = salt['pillar.get']('ntp', default=NTP, merge=True) %}
{% set NTPCONFIG = salt['pillar.get']('ntp:config', default=NTP.ntp.config, merge=True) %}
+4 -3
View File
@@ -1,4 +1,5 @@
ntp:
servers:
- 0.pool.ntp.org
- 1.pool.ntp.org
config:
servers:
- 0.pool.ntp.org
- 1.pool.ntp.org