X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3473a3347d6585dd92711a657b93d1d6523d8703..ca2d435c2f78c1bdb636d69f92a6d4229386b22f:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index a30d18f3c..8642aac17 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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" } } },