HOME


5h-3LL 1.0
DIR: /etc/cloud/templates
/etc/cloud/templates/
Upload File:
Current File : /etc/cloud/templates/timesyncd.conf.tmpl
## 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 -%}