]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jump.rb
Spin up memcached on the web frontends
[chef.git] / roles / jump.rb
index 9d289a67137306111622f839a760120ef86a71eb..4186ecc4cdd7fe97d48bb9f4ac90096f4f1c8c82 100644 (file)
@@ -2,6 +2,7 @@ name "jump"
 description "Role applied to all servers at Jump Networks"
 
 default_attributes(
+  :hosted_by => "Jump Networks",
   :location => "London, England",
   :networking => {
     :nameservers => [
@@ -9,12 +10,7 @@ default_attributes(
       "2001:ba8:0:2c02::",
       "2001:ba8:0:2c03::",
       "2001:ba8:0:2c04::"
-    ],
-    :roles => {
-      :external => {
-        :zone => "jn"
-      }
-    }
+    ]
   }
 )