]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ovh.rb
Configure modtile and renderd collectors
[chef.git] / roles / ovh.rb
index 826fcc991e818716ed52299ee4d68c0de0868678..9a0e9d561c705f6e130d6177f34668b57801f3e0 100644 (file)
@@ -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"
-      }
-    }
+    ]
   }
 )