X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c08dfe1bf43b2f97baeb0631323256b1a13e18bf..fd31d0bd32886ca4075d4938e374c5c7d72c9b8c:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 191c6429f..9323c23ce 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -7,19 +7,19 @@ default_attributes( :bretth => { :status => :user, :shell => "/usr/bin/git-shell" - }, + } } }, :apache => { :mpm => "event", :event => { - :max_requests_per_child => 2000 + :max_connections_per_child => 2000 } }, :hardware => { :modules => [ "it87" - ], + ] }, :networking => { :interfaces => { @@ -38,7 +38,7 @@ default_attributes( :address => "2001:41c9:1:400::32", :prefix => "64", :gateway => "fe80::1" - }, + } } }, :openvpn => {