From 1cb72c5e36647be67f941f9ef0e0f78c9095fafd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 8 Dec 2016 14:10:09 +0000 Subject: [PATCH 1/1] Switch UCL machines to use the UCL ntp servers --- roles/ucl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } ) -- 2.43.2