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 --- deployment/wikis/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/wikis') diff --git a/deployment/wikis/manifests/init.pp b/deployment/wikis/manifests/init.pp index e0e9cda4..901c5953 100644 --- a/deployment/wikis/manifests/init.pp +++ b/deployment/wikis/manifests/init.pp @@ -20,9 +20,9 @@ class wikis { skinsdir => "$wikis_templates/skins", } - apache::vhost_redirect_ssl { "wiki.$::domain": } + apache::vhost::redirect_ssl { "wiki.$::domain": } - apache::vhost_base { "ssl_wiki.$::domain": + apache::vhost::base { "ssl_wiki.$::domain": use_ssl => true, vhost => "wiki.$::domain", content => template('wikis/wiki_vhost.conf'), -- cgit v1.2.1