Current Path : /proc/1412126/cwd/etc/cloud/templates/ |
Current File : //proc/1412126/cwd/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 -%}