X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b05ce98240dda8e3b3aeab1a0ba2a7baaa7fa2f9..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/catalyst.rb diff --git a/roles/catalyst.rb b/roles/catalyst.rb index edf3fad82..413be9ed8 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 => "Hamilton, New Zealand", - :networking => { - :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"], - :roles => { - :external => { - :zone => "osm" - } - } - } + :location => "Hamilton, New Zealand" ) override_attributes( + :networking => { + :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"] + }, :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"] } )