2 description "Role applied to all planet servers"
 
   7       :bretth => { :status => :user },
 
   9         :status => :administrator,
 
  17         :comment => "Semi public planet.osm archive",
 
  18         :path => "/store/planet",
 
  24         :transfer_logging => false,
 
  26         :max_connections => 10,
 
  27         :ignore_errors => true,
 
  28         :ignore_nonreadable => true,
 
  30         :refuse_options => ["checksum"]
 
  36       :http_connection_limit => 10
 
  44       :max_request_workers => 1000,
 
  45       :threads_per_child => 50,
 
  46       :min_spare_threads => 75,
 
  47       :max_spare_threads => 525
 
  55   "recipe[planet::replication]",
 
  56   "recipe[nfs::server]",