X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d7239900c012c14afb3af416740b161bbdd268af..fb186f77f6c79ad50579689fa5f82b5c3edfa8a0:/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 11c702fcc..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(" ") %> @@ -45,3 +45,6 @@ makestep 1 3 # Enable leap second slew leapsecmode slew maxslewrate 1000 + +# Enable hardware timestamps if available +hwtimestamp *