X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d3ed401cae9def36e1aebe90dded3c884d3ff723..5649ed2bd999281ca7c7475e481bb88d6debecf0:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 1f4ac30c3..56989abbc 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -13,6 +13,7 @@ default_attributes( :bsupnik => { :status => :user }, :chippy => { :status => :user }, :cobra => { :status => :user }, + :contrapunctus => { :status => :user }, :csmale => { :status => :user }, :dan => { :status => :user }, :daveh => { :status => :user }, @@ -61,6 +62,7 @@ default_attributes( :ppawel => { :status => :user }, :random => { :status => :user }, :richard => { :status => :user }, + :rtnf => { :status => :user }, :ris => { :status => :user }, :russ => { :status => :user }, :rweait => { :status => :user }, @@ -114,7 +116,7 @@ default_attributes( :revision => "master", :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "master", - :aliases => ["api06.dev.openstreetmap.org"] + :aliases => ["master.dev.osm.org","api06.dev.openstreetmap.org", "api06.dev.osm.org"] }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", @@ -157,6 +159,9 @@ default_attributes( } } }, + :ruby => { + :fullstaq => true + }, :sysctl => { :postgres => { :comment => "Increase shared memory for postgres",