summaryrefslogtreecommitdiffstats
path: root/roles/chrony/templates/chrony.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/chrony/templates/chrony.conf.j2')
-rw-r--r--roles/chrony/templates/chrony.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2
index ab50ce1b1..de43b6364 100644
--- a/roles/chrony/templates/chrony.conf.j2
+++ b/roles/chrony/templates/chrony.conf.j2
@@ -1,6 +1,6 @@
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
-{% for server in opschrony_ntp_servers %}
+{% for server in chrony_ntp_servers %}
server {{ server }} iburst
{% endfor %}