]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add user.apis.dev.openstreetmap.org
[chef.git] / roles / dev.rb
index 8c5103fbea108c2e17f40a4986953b90dbbef960..78c0ce4e27f9ea287da8873311bce275cc41a770 100644 (file)
@@ -64,6 +64,7 @@ default_attributes(
       :lonvia => { :status => :user },
       :nicolas17 => { :status => :user },
       :zverik => { :status => :user },
+      :dodobas => { :status => :user },
       :ooc => { 
         :status => :role, 
         :members => [ :tomh, :blackadder, :timsc, :ollie ] 
@@ -123,13 +124,21 @@ default_attributes(
         :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"
+      },
+      :welcome => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "welcome-2"
+      },
+      :rails4 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails4"
+      },
+      :user => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "user-display"
       }
     }
   },