Revision
421
Author
misc
Date
2010-11-23 17:01:26 +0100 (Tue, 23 Nov 2010)

Log Message

- do not include apache::mod_fcgid as bugzilla do not use fast cgi, and apache::base is already included

Modified Paths

Modified: puppet/modules/bugzilla/manifests/init.pp
===================================================================
--- puppet/modules/bugzilla/manifests/init.pp	2010-11-23 13:29:44 UTC (rev 420)
+++ puppet/modules/bugzilla/manifests/init.pp	2010-11-23 16:01:26 UTC (rev 421)
@@ -24,7 +24,6 @@
       content => template("bugzilla/params")
     }
 
-    include apache::mod_fcgid
     apache::webapp_other{"bugzilla":
         webapp_file => "bugzilla/webapp_bugzilla.conf",
       }