aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-23 16:01:26 +0000
committerMichael Scherer <misc@mageia.org>2010-11-23 16:01:26 +0000
commit124adefcf819e1238a9d61e571be2024e8887253 (patch)
treea6d689c8d5c92cdbcfa33ff5fe862428e8af0758 /modules/bugzilla
parent79f08dcd0257c75b1b52c29c24b4fcc28fc730e0 (diff)
downloadpuppet-124adefcf819e1238a9d61e571be2024e8887253.tar
puppet-124adefcf819e1238a9d61e571be2024e8887253.tar.gz
puppet-124adefcf819e1238a9d61e571be2024e8887253.tar.bz2
puppet-124adefcf819e1238a9d61e571be2024e8887253.tar.xz
puppet-124adefcf819e1238a9d61e571be2024e8887253.zip
- do not include apache::mod_fcgid as bugzilla do not use fast cgi, and apache::base is already included
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
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",
}