summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.ubuntu.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ntp.conf.ubuntu.tmpl')
-rw-r--r--templates/ntp.conf.ubuntu.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/ntp.conf.ubuntu.tmpl b/templates/ntp.conf.ubuntu.tmpl
index 862a4fbd..333d4cc1 100644
--- a/templates/ntp.conf.ubuntu.tmpl
+++ b/templates/ntp.conf.ubuntu.tmpl
@@ -27,6 +27,9 @@ pool {{pool}} iburst
{% for server in servers -%}
server {{server}} iburst
{% endfor %}
+{% for peer in peers -%}
+peer {{peer}}
+{% endfor %}
# Use Ubuntu's ntp server as a fallback.
# pool ntp.ubuntu.com