]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add rails41.apis.dev.openstreetmap.org
[chef.git] / roles / dev.rb
index ebe2f824dc5957507813a8e4129b29437380617b..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 ] 
@@ -95,13 +96,11 @@ default_attributes(
   },
   :apt => {
     :sources => [
-      "brightbox-ruby-ng",
       "ubuntugis-stable",
       "mapnik-v210"
     ]
   },
   :dev => {
-    :ruby => "1.9.1",
     :rails => {
       :master => {
         :repository => "git://git.openstreetmap.org/rails.git",
@@ -131,6 +130,22 @@ default_attributes(
       :jsrouting => {
         :repository => "git://github.com/systemed/openstreetmap-website.git",
         :revision => "routing"
+      },
+      :jsrouting2 => {
+        :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
+        :revision => "routing"
+      },
+      :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"
       }
     }
   },