From db0a36da4adfef23b6cfea7d5702fab039ad12f0 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 18 Jul 2011 11:16:52 +0000 Subject: remove wrong alias ( not pointing to a real location ) --- modules/bugzilla/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/bugzilla/manifests') 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, -- cgit v1.2.1