X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/58aa89cba7956372b98c26f6bb679c488f017560..d4c71a0180b19a1ac263b21424eed15a14a568c7:/roles/strato.rb diff --git a/roles/strato.rb b/roles/strato.rb index 05ed336cc..5cf4445dc 100644 --- a/roles/strato.rb +++ b/roles/strato.rb @@ -3,16 +3,13 @@ description "Role applied to all servers at Strato" default_attributes( :hosted_by => "Strato", - :location => "Germany", - :networking => { - :nameservers => [ - "85.214.7.22", - "81.169.163.106" - ] - } + :location => "Germany" ) override_attributes( + :networking => { + :nameservers => ["85.214.7.22", "81.169.163.106"] + }, :ntp => { :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] }