Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
Signed-off-by: JTProgru <[email protected]>
  • Loading branch information
jtprogru committed Jan 28, 2021
1 parent e050b1c commit ab960a0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions templates/timesyncd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
# See timesyncd.conf(5) for details.

[Time]
NTP={% for server in timedatectl_timeservers %} {{ server}} {% endfor %}
FallbackNTP={% for server in timedatectl_timeservers_fallback %} {{ server}} {% endfor %}
NTP={% for server in timedatectl_timeservers %}{{ server }} {% endfor %}

FallbackNTP={% for server in timedatectl_timeservers_fallback %}{{ server }} {% endfor %}

#RootDistanceMaxSec={{ timedatectl_root_distance_max_sec }}

#PollIntervalMinSec={{ timdeatectl_pool_interval_min_sec }}

#PollIntervalMaxSec={{ timdeatectl_pool_interval_max_sec }}

# END FILE

0 comments on commit ab960a0

Please sign in to comment.