X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/95e0606e9e28b0fecc515a6505d97d9e1618d781..3d7c0e60abe0808fb82da2009e8f92963b992369:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 3ba2b803f..99c29598d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -5,7 +5,7 @@ default_attributes( :accounts => { :users => { :edgemaster => { :status => :administrator }, - :emacsen => { :status => :administrator }, + :emacsen => { :status => :user }, :twain => { :status => :user }, :bretth => { :status => :user }, :richard => { :status => :user }, @@ -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] } } }, @@ -122,11 +130,15 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" + }, + :rails71 => { + :repository => "https://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails71" } } }, :postgresql => { - :versions => ["14"], + :versions => ["15"], :settings => { :defaults => { :max_connections => "500", @@ -136,10 +148,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" } } },