Skip to content

Commit

Permalink
Move deflate to default modules #401
Browse files Browse the repository at this point in the history
  • Loading branch information
svanzoest committed Mar 26, 2016
1 parent f797509 commit 5cddd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@
# Default modules to enable via include_recipe
default['apache']['default_modules'] = %w(
status alias auth_basic authn_core authn_file authz_core authz_groupfile
authz_host authz_user autoindex dir env mime negotiation setenvif
authz_host authz_user autoindex deflate dir env mime negotiation setenvif
)

%w(log_config logio deflate).each do |log_mod|
%w(log_config logio).each do |log_mod|
default['apache']['default_modules'] << log_mod if %w(rhel fedora suse arch freebsd).include?(node['platform_family'])
end

Expand Down

0 comments on commit 5cddd97

Please sign in to comment.