X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/781c63dd2c806e4acc37740303b09bdb5092cb8d..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/gandi.rb diff --git a/roles/gandi.rb b/roles/gandi.rb index 6868a7c61..2fcd1084b 100644 --- a/roles/gandi.rb +++ b/roles/gandi.rb @@ -3,22 +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" - ], - :roles => { - :external => { - :zone => "osm" - } - } - } + :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"] }