We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3ad722 + f8a56c2 commit 839a647Copy full SHA for 839a647
chef/cookbooks/ntp/templates/default/ntp.conf.erb
@@ -43,9 +43,9 @@ restrict -6 default ignore
43
restrict <%= @admin_subnet %> mask <%= @admin_netmask %> notrap nomodify nopeer noquery
44
45
# Exchange time with external NTP servers, but don't allow configuration
46
-# and use rate-limiting.
+# Do not use rate-limiting, because that can block crowbar_join. (bsc#1179161)
47
<% @ntp_servers.each do |ntp_server| -%>
48
-restrict <%= ntp_server %> kod limited notrap nomodify nopeer noquery
+restrict <%= ntp_server %> kod notrap nomodify nopeer noquery
49
<% end -%>
50
51
<% else -%>
0 commit comments