X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a61d0b3dd1a9ebccff4d6fb6112f937256d75764..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/catalyst.rb diff --git a/roles/catalyst.rb b/roles/catalyst.rb index cc6a7a28c..44319813f 100644 --- a/roles/catalyst.rb +++ b/roles/catalyst.rb @@ -3,20 +3,15 @@ description "Role applied to all servers at Catalyst" default_attributes( :hosted_by => "Catalyst", - :location => "New Zealand", + :location => "Hamilton, New Zealand", :networking => { - :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"], - :roles => { - :external => { - :zone => "osm" - } - } + :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"] } ) 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"] } )