X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4eb440c675030f75d11eb7d779ea2c08daa41a8..7be9473d2bb0cfc6f839e72ee8ad9ea209067f85:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index fcb243ff3..a30d18f3c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -119,10 +119,6 @@ default_attributes( :repository => "git://github.com/ppawel/openstreetmap-website.git", :revision => "owl-history-tab" }, - :overpass => { - :repository => "git://github.com/drolbr/openstreetmap-website.git", - :revision => "master" - }, :groups => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" @@ -134,23 +130,11 @@ default_attributes( :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" - }, - :rails41 => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails41" } } }, :postgresql => { - :versions => [ "9.1" ], + :versions => [ "9.1", "9.3" ], :settings => { :defaults => { :shared_buffers => "1GB", @@ -161,6 +145,9 @@ default_attributes( }, "9.1" => { :port => "5433" + }, + "9.3" => { + :port => "5432" } } },