X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8bc7c3d0f30a9aa45e0ef3c961c8ab761927e393..b9c09caa3be92017a71270447f83ab714b13055b:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 5d2c36edb..6a55e650d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -58,6 +58,7 @@ default_attributes( :cobra => { :status => :user }, :ppawel => { :status => :user }, :simon04 => { :status => :user }, + :jeslop => { :status => :user }, :jfire => { :status => :user }, :malenki => { :status => :user }, :lonvia => { :status => :user }, @@ -70,6 +71,9 @@ default_attributes( :stereo => { :status => :user }, :dmlu => { :status => :user }, :antonkh => { :status => :user }, + :gmoncrieff => { :status => :user }, + :zander => { :status => :user }, + :msbarry => { :status => :user }, :ooc => { :status => :role, :members => [:tomh, :blackadder, :timsc, :ollie] @@ -85,6 +89,10 @@ default_attributes( :gpsmid => { :status => :role, :members => [:apmon, :maba] + }, + :"za-imagery" => { + :status => :role, + :members => [:grant, :htonl, :gmoncrieff, :zander] } } }, @@ -126,7 +134,7 @@ default_attributes( } }, :postgresql => { - :versions => ["14"], + :versions => ["15"], :settings => { :defaults => { :max_connections => "500", @@ -136,10 +144,9 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "14" => { + "15" => { :port => "5432", - :wal_level => "logical", - :max_replication_slots => "1" + :wal_level => "logical" } } },