diff --git a/salt/ntp/init.sls b/salt/ntp/init.sls index 5f66ac4a7..42840d6ec 100644 --- a/salt/ntp/init.sls +++ b/salt/ntp/init.sls @@ -10,7 +10,7 @@ chronyconf: - source: salt://ntp/chrony.conf - template: jinja - defaults: - NTPCONFIG: {{ NTPCONFIG.ntp }} + NTPCONFIG: {{ NTPCONFIG }} chronyd: service.running: diff --git a/salt/ntp/soc_ntp.yaml b/salt/ntp/soc_ntp.yaml index 70ea8d7ae..01484d714 100644 --- a/salt/ntp/soc_ntp.yaml +++ b/salt/ntp/soc_ntp.yaml @@ -1,4 +1,5 @@ ntp: - servers: - description: NTP Server List - title: NTP Servers + config: + servers: + description: NTP Server List + title: NTP Servers