diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:52 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:52 +0000 |
commit | db0a36da4adfef23b6cfea7d5702fab039ad12f0 (patch) | |
tree | 9b770065e03654197a12c6e3643914ce58a9d891 | |
parent | 0f851ac76fb2fb9b2997da9b1cbff85bfd5410c3 (diff) | |
download | puppet-db0a36da4adfef23b6cfea7d5702fab039ad12f0.tar puppet-db0a36da4adfef23b6cfea7d5702fab039ad12f0.tar.gz puppet-db0a36da4adfef23b6cfea7d5702fab039ad12f0.tar.bz2 puppet-db0a36da4adfef23b6cfea7d5702fab039ad12f0.tar.xz puppet-db0a36da4adfef23b6cfea7d5702fab039ad12f0.zip |
remove wrong alias ( not pointing to a real location )
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 3 |
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, |