X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/58aa89cba7956372b98c26f6bb679c488f017560..d4c71a0180b19a1ac263b21424eed15a14a568c7:/roles/catalyst.rb diff --git a/roles/catalyst.rb b/roles/catalyst.rb index 44319813f..413be9ed8 100644 --- a/roles/catalyst.rb +++ b/roles/catalyst.rb @@ -3,13 +3,13 @@ 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"] - } + :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", "oceania.pool.ntp.org"] }