aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-19 10:00:25 +0000
committerMichael Scherer <misc@mageia.org>2011-04-19 10:00:25 +0000
commitb61e721415636f336c2afe31f6e1008fb2e7dea6 (patch)
tree469fc0fd8efcf439e03ff9548a8f4c8622a97664 /modules
parent7274699679620a71f7ce1d96facccdb4c0e2845e (diff)
downloadpuppet-b61e721415636f336c2afe31f6e1008fb2e7dea6.tar
puppet-b61e721415636f336c2afe31f6e1008fb2e7dea6.tar.gz
puppet-b61e721415636f336c2afe31f6e1008fb2e7dea6.tar.bz2
puppet-b61e721415636f336c2afe31f6e1008fb2e7dea6.tar.xz
puppet-b61e721415636f336c2afe31f6e1008fb2e7dea6.zip
- add a directory to store locale redirection
Diffstat (limited to 'modules')
-rw-r--r--modules/phpbb/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
index c227afac..b039a660 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -50,6 +50,10 @@ class phpbb {
content => template("phpbb/forums_vhost.conf"),
}
+ file { "/etc/httpd/conf/vhosts.d/forums.d/":
+ ensure => directory,
+ }
+
}
define phpbb_config($key, $value) {