X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/58aa89cba7956372b98c26f6bb679c488f017560..d4c71a0180b19a1ac263b21424eed15a14a568c7:/roles/gandi.rb diff --git a/roles/gandi.rb b/roles/gandi.rb index d1a332a15..2fcd1084b 100644 --- a/roles/gandi.rb +++ b/roles/gandi.rb @@ -3,17 +3,13 @@ description "Role applied to all servers at Gandi" default_attributes( :hosted_by => "Gandi", - :location => "Bissen, Luxembourg", - :networking => { - :nameservers => [ - "217.70.186.194", - "217.70.186.193", - "2001:4b98:dc2:49::193" - ] - } + :location => "Bissen, Luxembourg" ) override_attributes( + :networking => { + :nameservers => ["217.70.186.194", "217.70.186.193", "2001:4b98:dc2:49::193"] + }, :ntp => { :servers => ["0.lu.pool.ntp.org", "1.lu.pool.ntp.org", "europe.pool.ntp.org"] }