summaryrefslogtreecommitdiff
path: root/templates/chrony.conf.ubuntu.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chrony.conf.ubuntu.tmpl')
-rw-r--r--templates/chrony.conf.ubuntu.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/chrony.conf.ubuntu.tmpl b/templates/chrony.conf.ubuntu.tmpl
index 50a6f518..06da6123 100644
--- a/templates/chrony.conf.ubuntu.tmpl
+++ b/templates/chrony.conf.ubuntu.tmpl
@@ -15,6 +15,12 @@ pool {{pool}} iburst
{% for server in servers -%}
server {{server}} iburst
{% endfor %}
+{% for peer in peers -%}
+peer {{peer}}
+{% endfor %}
+{% for a in allow -%}
+allow {{a}}
+{% endfor %}
# This directive specify the location of the file containing ID/key pairs for
# NTP authentication.