X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99e9133ef366db61cf0c82c688b64346f9d5bd61..765f0142ffd067ce10c764fbaa09b27b4be70b2e:/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" - } - } + ] } )