%PDF- %PDF-
| Direktori : /etc/cloud/templates/ |
| 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 -%}