aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/init.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-21 15:14:58 +0000
committerMichael Scherer <misc@mageia.org>2011-02-21 15:14:58 +0000
commit1c7501e2c56403044b8f3d24f11f4a37cf271757 (patch)
tree4b35af014d06a6857e073572e77ad203bb6670f0 /modules/phpbb/manifests/init.pp
parent49802b93e2ee4b63bd9bc58a536b24351eb4e230 (diff)
downloadpuppet-1c7501e2c56403044b8f3d24f11f4a37cf271757.tar
puppet-1c7501e2c56403044b8f3d24f11f4a37cf271757.tar.gz
puppet-1c7501e2c56403044b8f3d24f11f4a37cf271757.tar.bz2
puppet-1c7501e2c56403044b8f3d24f11f4a37cf271757.tar.xz
puppet-1c7501e2c56403044b8f3d24f11f4a37cf271757.zip
- add vhost for forums
Diffstat (limited to 'modules/phpbb/manifests/init.pp')
-rw-r--r--modules/phpbb/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
index 438a28f0..1e04b76a 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -37,6 +37,11 @@ class phpbb {
owner => root,
group => root,
}
+
+ apache::vhost_base { "forums.$domain":
+ content => template("phpbb/forums_vhost.conf"),
+ }
+
}
define phpbb_config($value) {