]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Revert "Add rails42 test site"
[chef.git] / roles / dev.rb
index a30d18f3cf5cd6beda9118aa37e96ac4f17683de..8642aac170b9768043a2de200c1cea25dd8fd4fb 100644 (file)
@@ -94,12 +94,6 @@ default_attributes(
       :max_requests_per_child => 10000
     }
   },
-  :apt => {
-    :sources => [
-      "ubuntugis-stable",
-      "mapnik-v210"
-    ]
-  },
   :dev => {
     :rails => {
       :master => {
@@ -130,6 +124,10 @@ default_attributes(
       :jsrouting2 => {
         :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
         :revision => "routing"
+      },
+      :comments => {
+        :repository => "git://github.com/ukasiu/openstreetmap-website.git",
+        :revision => "comments_list"
       }
     }
   },