]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hostedinnz.rb
Fix some incorrect regional ntp pool addresses
[chef.git] / roles / hostedinnz.rb
index 2c743767761141ac1287723be09a0f40685ebe72..d8f0311b1ac8d73dda2778cc8996b089ce36dd9e 100644 (file)
@@ -18,6 +18,7 @@ default_attributes(
     }
   },
   :snmpd => {
+    :clients => ["103.106.66.28"],
     :community => "hostedinnz",
     :location => "Wellington"
   }
@@ -25,7 +26,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"]
   }
 )