X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c08dfe1bf43b2f97baeb0631323256b1a13e18bf..b6026c43b2098b9aff9ebc438fb34ee62b301715:/roles/shenron.rb?ds=inline 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 => {