]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Move db-backup role to ramoth
[chef.git] / roles / dev.rb
index 8c5103fbea108c2e17f40a4986953b90dbbef960..ae595603aa3d4356df82c7b9b9747353fbbe3f7d 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 ] 
@@ -94,13 +95,11 @@ default_attributes(
   },
   :apt => {
     :sources => [
-      "brightbox-ruby-ng",
-      "ubuntugis-stable", "ubuntugis-unstable",
+      "ubuntugis-stable",
       "mapnik-v210"
     ]
   },
   :dev => {
-    :ruby => "1.9.1",
     :rails => {
       :master => {
         :repository => "git://git.openstreetmap.org/rails.git",
@@ -123,13 +122,17 @@ 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"
+      },
+      :jsrouting => {
+        :repository => "git://github.com/systemed/openstreetmap-website.git",
+        :revision => "routing"
+      },
+      :overpass2 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "overpass"
       }
     }
   },