From ebc1da08592c7306e404d51eac02ec272e062ab5 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 15 Aug 2012 16:25:06 -0700 Subject: [PATCH] Remove apache::mod::file_cache from apache::mod::default 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. --- manifests/mod/default.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/mod/default.pp b/manifests/mod/default.pp index 6fe0216134..0f9a22d6b6 100644 --- a/manifests/mod/default.pp +++ b/manifests/mod/default.pp @@ -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': }