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/bcd/manifests/web.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bcd') diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp index d33506d5..abfa5647 100644 --- a/modules/bcd/manifests/web.pp +++ b/modules/bcd/manifests/web.pp @@ -2,7 +2,7 @@ class bcd::web { include bcd::base $location = "$bcd::home/public_html" - apache::vhost_base { "bcd.$::domain": + apache::vhost::base { "bcd.$::domain": location => $location, content => template('bcd/vhost_bcd.conf'), } -- cgit v1.2.1