X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/ovh.rb diff --git a/roles/ovh.rb b/roles/ovh.rb index 506be9c9a..f8391a2aa 100644 --- a/roles/ovh.rb +++ b/roles/ovh.rb @@ -3,20 +3,13 @@ description "Role applied to all servers at OVH" default_attributes( :hosted_by => "OVH", - :location => "Roubaix, France", - :networking => { - :nameservers => [ - "213.186.33.99" - ], - :roles => { - :external => { - :zone => "ovh" - } - } - } + :location => "Roubaix, France" ) override_attributes( + :networking => { + :nameservers => ["213.186.33.99"] + }, :ntp => { :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"] }