Loading templates/chrony/chrony.conf.j2 +2 −2 Original line number Diff line number Diff line {%- for server in ntp_servers %} {% for server in ntp_servers -%} pool {{ server }} iburst {%- endfor %} {% endfor %} keyfile /etc/chrony/chrony.keys driftfile /var/lib/chrony/chrony.drift Loading Loading
templates/chrony/chrony.conf.j2 +2 −2 Original line number Diff line number Diff line {%- for server in ntp_servers %} {% for server in ntp_servers -%} pool {{ server }} iburst {%- endfor %} {% endfor %} keyfile /etc/chrony/chrony.keys driftfile /var/lib/chrony/chrony.drift Loading