]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aarnet.rb
Expect munin to use an IPv6 socket
[chef.git] / roles / aarnet.rb
index f028c23b04b2199c4c71273c1e164c71b3b1c2b6..55845b269185da826ba94dae8d9f21798f7efde4 100644 (file)
@@ -8,12 +8,17 @@ default_attributes(
       :bclifford => { :status => :administrator }
     }
   },
-  :hosted_by => "AARNet"
+  :hosted_by => "AARNet",
+  :location => "Carlton, Victoria, Australia",
+  :timezone => "Australia/Melbourne",
+  :networking => {
+    :nameservers => ["202.158.207.1", "202.158.207.2"]
+  }
 )
 
 override_attributes(
   :ntp => {
-    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"]
+    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )