X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/79a6a40b71261011c4c5fac81cddf288f46ca1d1..b6b95dafa71524e7baa9614e09f7a7e2d5e1206c:/roles/planet.rb diff --git a/roles/planet.rb b/roles/planet.rb index f7ef5717e..7afcd2662 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -2,15 +2,6 @@ name "planet" description "Role applied to all planet servers" default_attributes( - :accounts => { - :users => { - :bretth => { :status => :user }, - :planet => { - :status => :administrator, - :members => [:bretth] - } - } - }, :rsyncd => { :modules => { :planet => { @@ -45,7 +36,7 @@ default_attributes( :threads_per_child => 50, :min_spare_threads => 75, :max_spare_threads => 525, - :async_request_worker_factor => 4 + :listen_cores_buckets_ratio => 4 } } )