]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/templates/default/chrony.conf.erb
chrony: online sources on chef runs
[chef.git] / cookbooks / ntp / templates / default / chrony.conf.erb
index 1752c4fa8b61424f5f3b219a744b49531835bc96..9fc9393bc9953eabcecf45cf3d58eea957f52d41 100644 (file)
@@ -6,8 +6,8 @@ pool <%= server %> iburst
 <% end -%>
 # Add additional non-pool NTP servers
 # pool.ntp.org can sometimes be aggressive with KoD
-pool time.cloudflare.com iburst maxsources 2
-pool time.google.com iburst maxsources 2
+pool time.cloudflare.com iburst
+pool time.google.com iburst
 
 # Run an initial NTP sync on daemon startup
 initstepslew 30 time.cloudflare.com time.google.com <%= node[:ntp][:servers].join(" ") %>