diff --git a/roles/common/templates/ntp.conf.j2 b/roles/common/templates/ntp.conf.j2 index 3eded9122bd39d1b52a312e1cc6d61ca559cb211..f596a8f9df8857519c7c50b366456f51feea137b 100644 --- a/roles/common/templates/ntp.conf.j2 +++ b/roles/common/templates/ntp.conf.j2 @@ -31,8 +31,8 @@ tos minclock 4 minsane 3 # pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will # pick a different set every time it starts up. Please consider joining the # pool: -{% for server in ntp_servers %} -server {{ server }} iburst +{% for server in ntp_pools %} +pool {{ server }} iburst {% endfor %} # Access control configuration; see /usr/share/doc/ntpsec-doc/html/accopt.html