]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add groups.apis.dev.openstreetmap.org
[chef.git] / roles / dev.rb
index 52f8dc7de4aa479ee89f2de6829f24c46f826fc1..8c5103fbea108c2e17f40a4986953b90dbbef960 100644 (file)
@@ -107,10 +107,6 @@ default_attributes(
         :revision => "master",
         :aliases => [ "api06.dev.openstreetmap.org" ]
       },
-      :forms => {
-        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "forms"
-      },
       :routing => {
         :repository => "git://github.com/apmon/openstreetmap-website.git",
         :revision => "routing2"
@@ -126,6 +122,14 @@ default_attributes(
       :overpass => {
         :repository => "git://github.com/drolbr/openstreetmap-website.git",
         :revision => "master"
+      },
+      :mapui => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "map-ui"
+      },
+      :groups => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "groups-sketch"
       }
     }
   },