Files
server/etc/cloud/templates/timesyncd.conf.tmpl
2026-01-08 18:34:49 +01:00

9 lines
203 B
Cheetah

## 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 -%}