X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..e4cd927b82f71acc58af48b9eb5757711c5e683b:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 75f3e609d..faf7adda3 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -101,10 +101,6 @@ default_attributes( :revision => "master", :aliases => ["api06.dev.openstreetmap.org"] }, - :routing => { - :repository => "git://github.com/apmon/openstreetmap-website.git", - :revision => "routing2" - }, :tomh => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", :revision => "next" @@ -117,20 +113,15 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :jsrouting => { - :repository => "git://github.com/systemed/openstreetmap-website.git", - :revision => "routing" - }, - :jsrouting2 => { - :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", - :revision => "routing" - }, :comments => { :repository => "git://github.com/ukasiu/openstreetmap-website.git", :revision => "comments_list" } } }, + :passenger => { + :ruby_version => "2.1" + }, :postgresql => { :versions => ["9.1", "9.3"], :settings => {