From: Tom Hughes Date: Thu, 8 Dec 2016 14:10:09 +0000 (+0000) Subject: Switch UCL machines to use the UCL ntp servers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1cb72c5e36647be67f941f9ef0e0f78c9095fafd?hp=3f82c0c8ae9ea32de976668961f1e8a7da7f883a;ds=sidebyside Switch UCL machines to use the UCL ntp servers --- diff --git a/roles/ucl.rb b/roles/ucl.rb index f3a030595..27064ea23 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -28,7 +28,7 @@ override_attributes( :search => ["ucl.openstreetmap.org", "openstreetmap.org"] }, :ntp => { - :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"] + :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"] } )