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"]
 
  40       :threads_per_child => 50
 
  47   "recipe[planet::replication]",
 
  48   "recipe[nfs::server]",