X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/67df514732df0de41881aeb250a7aa7857d5040f..178a12aa8274a5d49368bcf0a655442af94b8c58:/cookbooks/ntp/templates/default/chrony.conf.erb diff --git a/cookbooks/ntp/templates/default/chrony.conf.erb b/cookbooks/ntp/templates/default/chrony.conf.erb index 1752c4fa8..9fc9393bc 100644 --- a/cookbooks/ntp/templates/default/chrony.conf.erb +++ b/cookbooks/ntp/templates/default/chrony.conf.erb @@ -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(" ") %>