X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b59e330e5f5c5057ecb27088a0d0c7c4f5c0ec22..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/planet.rb diff --git a/roles/planet.rb b/roles/planet.rb index ad9a7301f..8ee1ce9e9 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -7,7 +7,7 @@ default_attributes( :bretth => { :status => :user }, :planet => { :status => :administrator, - :members => [ :bretth ] + :members => [:bretth] } } }, @@ -22,18 +22,18 @@ default_attributes( :uid => "nobody", :gid => "nogroup", :transfer_logging => false, - :exclude => [ ".*" ], + :exclude => [".*"], :max_connections => 10, :ignore_errors => true, :ignore_nonreadable => true, :timeout => 3600, - :refuse_options => [ "checksum" ] + :refuse_options => ["checksum"] } } }, :apache => { :mpm => "event", - :keepalive => false, + :keepalive => true, :event => { :server_limit => 20, :max_clients => 1000, @@ -43,6 +43,7 @@ default_attributes( ) run_list( + "role[web-db]", "recipe[planet]", "recipe[planet::replication]", "recipe[nfs::server]",