X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eedfc932b08ad0d643efc74e1da7734acb92cf41..dca9aff59c1ecd82f2f17c1a91b5eebed19700f7:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 9a2c2e553..85efc53f7 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -2,11 +2,6 @@ name "foundation" description "Role applied to all OSMF servers" default_attributes( - :apache => { - :mpm => "prefork", - :timeout => 60, - :keepalive => false - }, :apt => { :sources => ["passenger"] },