hilfe mein git ist komisch
This commit is contained in:
8
etc/cloud/templates/timesyncd.conf.tmpl
Normal file
8
etc/cloud/templates/timesyncd.conf.tmpl
Normal file
@@ -0,0 +1,8 @@
|
||||
## template:jinja
|
||||
# cloud-init generated file
|
||||
# See timesyncd.conf(5) for details.
|
||||
|
||||
[Time]
|
||||
{% if servers or pools -%}
|
||||
NTP={% for host in servers|list + pools|list %}{{ host }} {% endfor -%}
|
||||
{% endif -%}
|
||||
Reference in New Issue
Block a user