Skip to content

Commit

Permalink
Remove apache::mod::file_cache from apache::mod::default
Browse files Browse the repository at this point in the history
The default apache configuration on CentOS 5 has file_cache enabled, but
no configuration directives for its use. CentOS 6 doesn't even ship with
this module installed by default, and the service will fail to start
when this module is included.

If someone needs to use this module, they can conditionally include it
and template any configuration directives.
  • Loading branch information
hunner committed Aug 15, 2012
1 parent a0674e6 commit ebc1da0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/mod/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
apache::mod { 'env': }
apache::mod { 'expires': }
apache::mod { 'ext_filter': }
apache::mod { 'file_cache': }
apache::mod { 'headers': }
apache::mod { 'include': }
apache::mod { 'info': }
Expand Down

0 comments on commit ebc1da0

Please sign in to comment.