From 9cb1873d02ddfa95a191bc4ac2433a4e67665f7c Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 25 Nov 2014 09:29:34 +0000 Subject: bugzilla: Add a simple redirect rule for BZ for neater BZ URLs --- modules/bugzilla/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bugzilla/manifests') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 62800408..ddd3a41d 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -42,6 +42,7 @@ class bugzilla { apache::vhost::redirect_ssl { $bugs_vhost: } apache::vhost::base { $bugs_vhost: + content => template('bugzilla/vhost.conf'), aliases => { '/bugzilla/' => $vhost_root }, use_ssl => true, location => $vhost_root, -- cgit v1.2.1