X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/613a27fc8fba8b220436b587fa6247364abe40cc..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/scaleway.rb diff --git a/roles/scaleway.rb b/roles/scaleway.rb index 996bb0e46..26833e17c 100644 --- a/roles/scaleway.rb +++ b/roles/scaleway.rb @@ -3,21 +3,13 @@ description "Role applied to all servers at Scaleway" default_attributes( :hosted_by => "Scaleway", - :location => "Paris, France", - :networking => { - :nameservers => [ - "62.210.16.6", - "62.210.16.7" - ], - :roles => { - :external => { - :zone => "osm" - } - } - } + :location => "Paris, France" ) override_attributes( + :networking => { + :nameservers => ["62.210.16.6", "62.210.16.7"] + }, :ntp => { :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"] }