aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb/manifests/base.pp')
-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'),