]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Use postgis 2.1 on pummelzacken
[chef.git] / roles / dev.rb
index 9e79e0a69f73f093bcaf0fccc446e18566de50ee..57013c971184b4e3b542a18b24ea7113e5000b9d 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 ] 
@@ -129,6 +130,18 @@ 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"
       }
     }
   },