aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-18 19:59:40 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-18 19:59:40 +0000
commita3fada2b55b6ae09260012784af73f785e5b9834 (patch)
treea334c3789108fdab8bd1cbe7db11e03ea23decbd /modules/bugzilla/manifests/init.pp
parent1d16a82d8fd7c752ad5319db7ee5f0260999bf58 (diff)
downloadpuppet-a3fada2b55b6ae09260012784af73f785e5b9834.tar
puppet-a3fada2b55b6ae09260012784af73f785e5b9834.tar.gz
puppet-a3fada2b55b6ae09260012784af73f785e5b9834.tar.bz2
puppet-a3fada2b55b6ae09260012784af73f785e5b9834.tar.xz
puppet-a3fada2b55b6ae09260012784af73f785e5b9834.zip
Add vhost and webapps.d files for bugzilla
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 4e2a70bd..c50a91c7 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -23,5 +23,14 @@ class bugzilla {
mode => 644,
content => template("bugzilla/params")
}
+
+ include apache::mod_fcgid
+ apache::webapp_other{"bugzilla":
+ webapp_file => "bugzilla/webapp_bugzilla.conf",
+ }
+
+ apache::vhost_other_app { "bugs.$domain":
+ vhost_file => "bugzilla/vhost_bugs.mageia.org.conf",
+ }
}