]> git.openstreetmap.org Git - chef.git/blobdiff - roles/catalyst.rb
Add tests for web cookbook
[chef.git] / roles / catalyst.rb
index cc6a7a28cfa3157278cbb6e1705b925b5da70da4..f5101a24f4de86c50c8c68ff4e82d71131c8d4b9 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all servers at Catalyst"
 
 default_attributes(
   :hosted_by => "Catalyst",
-  :location => "New Zealand",
+  :location => "Hamilton, New Zealand",
   :networking => {
     :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"],
     :roles => {
@@ -16,7 +16,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"]
+    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )