X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/99e9133ef366db61cf0c82c688b64346f9d5bd61..c3a13fca5d82a7203707da7900341e7c30bf60ee:/roles/ovh.rb diff --git a/roles/ovh.rb b/roles/ovh.rb index 826fcc991..9a0e9d561 100644 --- a/roles/ovh.rb +++ b/roles/ovh.rb @@ -3,16 +3,11 @@ description "Role applied to all servers at OVH" default_attributes( :hosted_by => "OVH", - :location => "Paris, France", + :location => "Roubaix, France", :networking => { :nameservers => [ "213.186.33.99" - ], - :roles => { - :external => { - :zone => "ovh" - } - } + ] } )