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/blog/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blog') diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index 647ea769..1abdf4d4 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -31,12 +31,12 @@ class blog { include apache::mod::php - apache::vhost_base { "$blog_domain": + apache::vhost::base { "$blog_domain": location => $blog_location, content => template('blog/blogs_vhosts.conf'), } - apache::vhost_base { "ssl_$blog_domain": + apache::vhost::base { "ssl_$blog_domain": use_ssl => true, vhost => $blog_domain, location => $blog_location, -- cgit v1.2.1