X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9b604d155483db9f9e0db210c18f792835aa3271..c82c91f4e778b3abe37f4b2f996debb25c8fd958:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index c41dda8dc..3a838a353 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -71,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] @@ -86,6 +89,10 @@ default_attributes( :gpsmid => { :status => :role, :members => [:apmon, :maba] + }, + :"za-imagery" => { + :status => :role, + :members => [:grant, :htonl, :gmoncrieff, :zander] } } }, @@ -110,7 +117,12 @@ default_attributes( }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "next" + :revision => "next", + :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "master", + :cgimap_options => { + :ratelimit_upload => true + } }, :comments => { :repository => "https://github.com/ukasiu/openstreetmap-website.git", @@ -139,8 +151,7 @@ default_attributes( }, "15" => { :port => "5432", - :wal_level => "logical", - :max_replication_slots => "1" + :wal_level => "logical" } } },