]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jump.rb
Makr GPX storage as offline
[chef.git] / roles / jump.rb
index 4f8a3b547417dcc121cc2c88cf5360923d7265bf..4186ecc4cdd7fe97d48bb9f4ac90096f4f1c8c82 100644 (file)
@@ -2,18 +2,15 @@ name "jump"
 description "Role applied to all servers at Jump Networks"
 
 default_attributes(
+  :hosted_by => "Jump Networks",
+  :location => "London, England",
   :networking => {
     :nameservers => [
       "185.73.44.3",
       "2001:ba8:0:2c02::",
       "2001:ba8:0:2c03::",
       "2001:ba8:0:2c04::"
-    ],
-    :roles => {
-      :external => {
-        :zone => "jn"
-      }
-    }
+    ]
   }
 )