X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/92214b24d9b39b5eeadbd90665b19d3e01924daf..4ed87e86c638523d093bc97b32715c4c6a41a70d:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 1ed5d6c84..3ba2b803f 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -69,6 +69,7 @@ default_attributes( :gregrs => { :status => :user }, :stereo => { :status => :user }, :dmlu => { :status => :user }, + :antonkh => { :status => :user }, :ooc => { :status => :role, :members => [:tomh, :blackadder, :timsc, :ollie] @@ -121,12 +122,6 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" - }, - :upload => { - :repository => "https://git.openstreetmap.org/public/rails.git", - :revision => "master", - :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", - :cgimap_revision => "feature/bulk_upload" } } }, @@ -156,6 +151,9 @@ default_attributes( "kernel.shmmax" => "17179869184" } } + }, + :openssh => { + :password_authentication => true } )