aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/manifests')
-rw-r--r--modules/bugzilla/manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 4707b60c..0bb62751 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -49,8 +49,7 @@ class bugzilla {
apache::vhost_redirect_ssl { "$bugs_vhost": }
apache::vhost_base { "$bugs_vhost":
- aliases => { "/bugzilla/data" => "$lib_dir/bugzilla",
- "/bugzilla/" => $vhost_root },
+ aliases => { "/bugzilla/" => $vhost_root },
use_ssl => true,
location => $vhost_root,
vhost => $bugs_vhost,