]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hostedinnz.rb
Configure modtile and renderd collectors
[chef.git] / roles / hostedinnz.rb
index ef24387965aac35c820117f5de4378ef857483ee..7e0944309c82525cd5331e75d3cf8a5a08bf046c 100644 (file)
@@ -10,12 +10,7 @@ default_attributes(
   :hosted_by => "HostedIn.NZ",
   :location => "Wellington, New Zealand",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
+    :nameservers => ["8.8.8.8", "8.8.4.4"]
   },
   :snmpd => {
     :clients => ["103.106.66.28"],
@@ -26,7 +21,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"]
   }
 )