]> git.openstreetmap.org Git - chef.git/commitdiff
Use ntp.bluehost.com for servers at bluehost
authorTom Hughes <tom@compton.nu>
Mon, 21 Apr 2014 16:52:47 +0000 (17:52 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 21 Apr 2014 16:52:47 +0000 (17:52 +0100)
NTP to the outside world seems to be blocked anyway, so using
the local server is the only option.

roles/bluehost.rb

index 247fd057e9da8a6fcd0cc90336747f544dc7cd06..34d801d53620f502684a7a4df6db233033309bd7 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org" ]
+    :servers => [ "ntp.bluehost.com" ]
   }
 )
 
   }
 )