]> git.openstreetmap.org Git - chef.git/blobdiff - roles/bluehost.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / bluehost.rb
index 247fd057e9da8a6fcd0cc90336747f544dc7cd06..abcf3fd5e256603ac91d9f158442f3c73c39d001 100644 (file)
@@ -2,8 +2,10 @@ name "bluehost"
 description "Role applied to all servers at Bluehost"
 
 default_attributes(
+  :hosted_by => "Bluehost",
+  :location => "Provo, Utah",
   :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :zone => "bh"
@@ -14,7 +16,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"]
   }
 )