From 478c9f988f9490a498c81f9155398454027d9926 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 21 Apr 2014 17:52:47 +0100 Subject: [PATCH 1/1] 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. --- roles/bluehost.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } ) -- 2.43.2