X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e853e01ce12dd28b80ebb9248bd4feccd2c485fa..c539edca301fde6201f8d7f53e5310f1219789f1:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 7d72ca6e5..672c5e022 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -68,6 +68,7 @@ default_attributes( :enelson => { :status => :user }, :gregrs => { :status => :user }, :stereo => { :status => :user }, + :dmlu => { :status => :user }, :ooc => { :status => :role, :members => [:tomh, :blackadder, :timsc, :ollie] @@ -117,6 +118,10 @@ default_attributes( :repository => "https://github.com/tomhughes/openstreetmap-website.git", :revision => "locale" }, + :microcosms => { + :repository => "https://github.com/openbrian/osm-microcosms.git", + :revision => "microcosms" + }, :upload => { :repository => "https://git.openstreetmap.org/public/rails.git", :revision => "master", @@ -126,7 +131,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.1", "9.5"], + :versions => ["9.1", "12"], :settings => { :defaults => { :shared_buffers => "1GB", @@ -136,10 +141,13 @@ default_attributes( :effective_cache_size => "4GB" }, "9.1" => { - :port => "5433" + :port => "5433", + :ssl => "false" }, - "9.5" => { - :port => "5432" + "12" => { + :port => "5432", + :wal_level => "logical", + :max_replication_slots => "1" } } },