Skip to content

Commit 839a647

Browse files
authored
Merge pull request #2047 from JanZerebecki/ntp-pike
ntp: Do not use rate-limiting (bsc#1179161)
2 parents b3ad722 + f8a56c2 commit 839a647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chef/cookbooks/ntp/templates/default/ntp.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ restrict -6 default ignore
4343
restrict <%= @admin_subnet %> mask <%= @admin_netmask %> notrap nomodify nopeer noquery
4444

4545
# Exchange time with external NTP servers, but don't allow configuration
46-
# and use rate-limiting.
46+
# Do not use rate-limiting, because that can block crowbar_join. (bsc#1179161)
4747
<% @ntp_servers.each do |ntp_server| -%>
48-
restrict <%= ntp_server %> kod limited notrap nomodify nopeer noquery
48+
restrict <%= ntp_server %> kod notrap nomodify nopeer noquery
4949
<% end -%>
5050

5151
<% else -%>

0 commit comments

Comments
 (0)