summaryrefslogtreecommitdiff
path: root/templates/timesyncd.conf.tmpl
blob: 6b98301dff7ec1b168f5a4d618257ff7cadd7c59 (plain)
1
2
3
4
5
6
7
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 -%}