Browse Source

common: Modification du template ntp pour regler un souci de configuration rendant ntp inoperant

master
LecygneNoir 8 years ago
parent
commit
35b5397884
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      roles/common/templates/etc-ntp.conf.j2

+ 2
- 3
roles/common/templates/etc-ntp.conf.j2 View File

@ -7,10 +7,9 @@ filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
{% for server in ntp_servers %}
server {{ server }}
restrict {{ server }} nomodify nopeer
server {{ server }} iburst
{% endfor %}
restrict default ignore
restrict -4 default ignore
restrict -6 default ignore
restrict 127.0.0.1
restrict ::1

Loading…
Cancel
Save