]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Give Dražen Odobašić a dev server account
[chef.git] / roles / dev.rb
index c8e4c76b098f0f43beae7938a3bf399c91f688a1..b23b079a86dc429ec43cefc33dc2f951f7a06122 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,10 +124,6 @@ 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"
@@ -134,6 +131,10 @@ default_attributes(
       :welcome => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "welcome-2"
+      },
+      :rails4 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails4"
       }
     }
   },