fix: newline char
This commit is contained in:
parent
6439900304
commit
63d9880750
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{%- for server in ntp_servers %}
|
{% for server in ntp_servers -%}
|
||||||
pool {{ server }} iburst
|
pool {{ server }} iburst
|
||||||
{%- endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
keyfile /etc/chrony/chrony.keys
|
keyfile /etc/chrony/chrony.keys
|
||||||
driftfile /var/lib/chrony/chrony.drift
|
driftfile /var/lib/chrony/chrony.drift
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue