]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hostedinnz.rb
Version bump cividiscount
[chef.git] / roles / hostedinnz.rb
index 2c743767761141ac1287723be09a0f40685ebe72..9bf94140481f228b14f29c6bcb8a5273593b20ff 100644 (file)
@@ -9,15 +9,8 @@ default_attributes(
   },
   :hosted_by => "HostedIn.NZ",
   :location => "Wellington, New Zealand",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  },
   :snmpd => {
+    :clients => ["103.106.66.28"],
     :community => "hostedinnz",
     :location => "Wellington"
   }
@@ -25,7 +18,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"]
   }
 )