X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eb690e187c60604ecd3c257edfe9313971ab2fae..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/scaleway.rb diff --git a/roles/scaleway.rb b/roles/scaleway.rb index b7daaa0fb..26833e17c 100644 --- a/roles/scaleway.rb +++ b/roles/scaleway.rb @@ -3,16 +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" - ] - } + :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"] }