aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
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/phpbb
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/phpbb')
-rw-r--r--modules/phpbb/manifests/base.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/phpbb/manifests/base.pp b/modules/phpbb/manifests/base.pp
index e165679f..115c4592 100644
--- a/modules/phpbb/manifests/base.pp
+++ b/modules/phpbb/manifests/base.pp
@@ -31,11 +31,11 @@ class phpbb::base {
}
# TODO check that everything is locked down
- apache::vhost_base { "forums.$::domain":
+ apache::vhost::base { "forums.$::domain":
content => template('phpbb/forums_vhost.conf'),
}
- apache::vhost_base { "ssl_forums.$::domain":
+ apache::vhost::base { "ssl_forums.$::domain":
use_ssl => true,
vhost => "forums.$::domain",
content => template('phpbb/forums_vhost.conf'),