Skip to content

Commit

Permalink
doc: fix chrony.conf.j2 inline comment
Browse files Browse the repository at this point in the history
change "pools" to "peers"
  • Loading branch information
acavella committed Apr 9, 2023
1 parent 3396d41 commit 65f97e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/chrony.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pool {{ pool }}
{% endif %}

{%- if chrony_ntp_peers|length > 0 %}
# List of NTP pools to use
# List of NTP peers to use
{% for peer in chrony_ntp_peers %}
peer {{ peer }}
{% endfor %}
Expand Down

0 comments on commit 65f97e7

Please sign in to comment.