aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-25 12:47:26 +0000
committerMichael Scherer <misc@mageia.org>2012-03-25 12:47:26 +0000
commitc7b761dabd635dc581322d8be0832a5da9ff8b99 (patch)
treedb853f6b2442013f264efd69e056e28953083280 /modules/bcd
parentcc807e7c63668180a38f62fd7b1b01a0333e4e20 (diff)
downloadpuppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar
puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.gz
puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.bz2
puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.xz
puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.zip
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl
Diffstat (limited to 'modules/bcd')
-rw-r--r--modules/bcd/manifests/web.pp2
1 files changed, 1 insertions, 1 deletions
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'),
}