- do not include apache::mod_fcgid as bugzilla do not use fast cgi, and apache::base is already included
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", }