From 22e8c7ef3e7c20508dd1c11761d0895c6ae2e8c8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 19 Sep 2022 15:10:11 -0400 Subject: [PATCH] Add NTP --- salt/ntp/init.sls | 2 +- salt/ntp/soc_ntp.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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