From 3dd8baea0d8f2552c09ae2dd5797b8c364797782 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 12 Feb 2011 14:08:22 +0000 Subject: - fix wrong type for ssl redirection --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 104aed69..05153d87 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -51,7 +51,7 @@ class bugzilla { $bugs_vhost = "bugs.$domain" $vhost_root = "/usr/share/bugzilla/www" - apache::redirect_ssl { "$bugs_vhost": } + apache::vhost_redirect_ssl { "$bugs_vhost": } apache::vhost_base { "$bugs_vhost": aliases => { "/bugzilla/data" => "$lib_dir/bugzilla", -- cgit v1.2.1