X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/817e5b5c502fcee3bb86c01fbe7a1037c546fcba..2b691c12fc0600fdff96ea3a22c55db3d372f9a8:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 9b9cd9a3b..0a9b76f28 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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 ] @@ -93,12 +94,6 @@ default_attributes( :max_requests_per_child => 10000 } }, - :apt => { - :sources => [ - "ubuntugis-stable", - "mapnik-v210" - ] - }, :dev => { :rails => { :master => { @@ -118,10 +113,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" @@ -133,15 +124,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" } } }, :postgresql => { - :versions => [ "9.1" ], + :versions => [ "9.1", "9.3" ], :settings => { :defaults => { :shared_buffers => "1GB", @@ -152,6 +139,9 @@ default_attributes( }, "9.1" => { :port => "5433" + }, + "9.3" => { + :port => "5432" } } },