X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d1431acb11401014ee807cb1c1c2793136c8e25d..9de17ece169e2c0f91c5545b328fc0cc2fc6a0f4:/roles/aarnet.rb diff --git a/roles/aarnet.rb b/roles/aarnet.rb index 7cda2b70e..55845b269 100644 --- a/roles/aarnet.rb +++ b/roles/aarnet.rb @@ -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"] } )