]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aarnet.rb
Add test for dmca cookbook
[chef.git] / roles / aarnet.rb
index 7cda2b70e270849125e0acdcb61d6231e6945dcb..55845b269185da826ba94dae8d9f21798f7efde4 100644 (file)
@@ -10,6 +10,7 @@ default_attributes(
   },
   :hosted_by => "AARNet",
   :location => "Carlton, Victoria, Australia",
+  :timezone => "Australia/Melbourne",
   :networking => {
     :nameservers => ["202.158.207.1", "202.158.207.2"]
   }
@@ -17,7 +18,7 @@ default_attributes(
 
 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"]
   }
 )