hilfe mein git ist komisch
This commit is contained in:
13
etc/cloud/templates/ntp.conf.alpine.tmpl
Normal file
13
etc/cloud/templates/ntp.conf.alpine.tmpl
Normal file
@@ -0,0 +1,13 @@
|
||||
## template:jinja
|
||||
# /etc/ntp.conf
|
||||
#
|
||||
# Configuration for Busybox ntpd - it only supports "server" lines.
|
||||
|
||||
{% if servers %}# Servers
|
||||
{% endif %}
|
||||
{% for server in servers -%}
|
||||
server {{server}}
|
||||
{% endfor %}
|
||||
{% for peer in peers -%}
|
||||
peer {{peer}}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user