summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.alpine.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ntp.conf.alpine.tmpl')
-rw-r--r--templates/ntp.conf.alpine.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/ntp.conf.alpine.tmpl b/templates/ntp.conf.alpine.tmpl
index 59ca8fc1..eb32e412 100644
--- a/templates/ntp.conf.alpine.tmpl
+++ b/templates/ntp.conf.alpine.tmpl
@@ -8,3 +8,6 @@
{% for server in servers -%}
server {{server}}
{% endfor %}
+{% for peer in peers -%}
+peer {{peer}}
+{% endfor %}