summaryrefslogtreecommitdiff
path: root/templates/chrony.conf.debian.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chrony.conf.debian.tmpl')
-rw-r--r--templates/chrony.conf.debian.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/chrony.conf.debian.tmpl b/templates/chrony.conf.debian.tmpl
index 661bf04e..9d93eb1e 100644
--- a/templates/chrony.conf.debian.tmpl
+++ b/templates/chrony.conf.debian.tmpl
@@ -11,6 +11,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.