From b61e721415636f336c2afe31f6e1008fb2e7dea6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Apr 2011 10:00:25 +0000 Subject: - add a directory to store locale redirection --- modules/phpbb/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') 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) { -- cgit v1.2.1