X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b2cbf18d5471f94854cd2230de74002ffe8706dc..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/inxza.rb diff --git a/roles/inxza.rb b/roles/inxza.rb index 03d5ff70e..96dd61a96 100644 --- a/roles/inxza.rb +++ b/roles/inxza.rb @@ -3,22 +3,13 @@ description "Role applied to all servers at INX-ZA" default_attributes( :hosted_by => "INX-ZA", - :location => "Cape Town, South Africa", - :networking => { - :nameservers => [ - "196.10.52.52", - "196.10.54.54", - "196.10.55.55" - ], - :roles => { - :external => { - :zone => "ixz" - } - } - } + :location => "Cape Town, South Africa" ) override_attributes( + :networking => { + :nameservers => ["196.10.52.52", "196.10.54.54", "196.10.55.55"] + }, :ntp => { :servers => ["0.za.pool.ntp.org", "1.za.pool.ntp.org", "africa.pool.ntp.org"] }