From c7b761dabd635dc581322d8be0832a5da9ff8b99 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 25 Mar 2012 12:47:26 +0000 Subject: fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl --- modules/bugzilla/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 068b6642..313ed6d3 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -38,9 +38,9 @@ class bugzilla { $bugs_vhost = "bugs.$::domain" $vhost_root = '/usr/share/bugzilla/www' - apache::vhost_redirect_ssl { $bugs_vhost: } + apache::vhost::redirect_ssl { $bugs_vhost: } - apache::vhost_base { $bugs_vhost: + apache::vhost::base { $bugs_vhost: aliases => { '/bugzilla/' => $vhost_root }, use_ssl => true, location => $vhost_root, -- cgit v1.2.1