X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3ec71f5485e7f07c4ff2306d65d780951b61d71e..34737a642dc2c4b5d37eb2b1e80bb4b90a63ebbd:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index c41dda8dc..1800f3551 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,9 @@ 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" }, :comments => { :repository => "https://github.com/ukasiu/openstreetmap-website.git", @@ -123,6 +132,10 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" + }, + :signup => { + :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git", + :revision => "issue_4128_login_signup" } } }, @@ -139,8 +152,7 @@ default_attributes( }, "15" => { :port => "5432", - :wal_level => "logical", - :max_replication_slots => "1" + :wal_level => "logical" } } },