From 124adefcf819e1238a9d61e571be2024e8887253 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 23 Nov 2010 16:01:26 +0000 Subject: - do not include apache::mod_fcgid as bugzilla do not use fast cgi, and apache::base is already included --- modules/bugzilla/manifests/init.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/bugzilla/manifests') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 10cfc4e9..8ac06804 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -24,7 +24,6 @@ class bugzilla { content => template("bugzilla/params") } - include apache::mod_fcgid apache::webapp_other{"bugzilla": webapp_file => "bugzilla/webapp_bugzilla.conf", } -- cgit v1.2.1