]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add rails41.apis.dev.openstreetmap.org
[chef.git] / roles / dev.rb
index 9b9cd9a3b14aa06d6e3b7a7e13a14d1257211749..fcb243ff355b7b55bec08b2e3a1a7b936f8bc441 100644 (file)
@@ -65,6 +65,7 @@ default_attributes(
       :nicolas17 => { :status => :user },
       :zverik => { :status => :user },
       :dodobas => { :status => :user },
+      :mhohmann => { :status => :user },
       :ooc => { 
         :status => :role, 
         :members => [ :tomh, :blackadder, :timsc, :ollie ] 
@@ -137,6 +138,14 @@ default_attributes(
       :overpass2 => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "overpass"
+      },
+      :comments => {
+        :repository => "git://github.com/ukasiu/openstreetmap-website.git",
+        :revision => "changeset_comments"
+      },
+      :rails41 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails41"
       }
     }
   },