From: Tom Hughes Date: Mon, 21 Apr 2014 16:52:47 +0000 (+0100) Subject: Use ntp.bluehost.com for servers at bluehost X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/478c9f988f9490a498c81f9155398454027d9926 Use ntp.bluehost.com for servers at bluehost NTP to the outside world seems to be blocked anyway, so using the local server is the only option. --- diff --git a/roles/bluehost.rb b/roles/bluehost.rb index 247fd057e..34d801d53 100644 --- a/roles/bluehost.rb +++ b/roles/bluehost.rb @@ -14,7 +14,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org" ] + :servers => [ "ntp.bluehost.com" ] } )