From fd26d9977a7f3723f56b063dd813af4af4202c5a Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 18 Nov 2009 17:12:20 +0100 Subject: update typo3 managed (i.e. httpd writable) directories --- manifests/vhost/php/typo3.pp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'manifests/vhost/php') diff --git a/manifests/vhost/php/typo3.pp b/manifests/vhost/php/typo3.pp index 2ad617c..08ab2db 100644 --- a/manifests/vhost/php/typo3.pp +++ b/manifests/vhost/php/typo3.pp @@ -75,7 +75,24 @@ define apache::vhost::php::typo3( htpasswd_file => $htpasswd_file, htpasswd_path => $htpasswd_path, manage_directories => $manage_directories, - managed_directories => [ "$documentroot/typo3temp" ], + managed_directories => [ "$documentroot/typo3temp", + "$documentroot/typo3temp/pics", + "$documentroot/typo3temp/temp", + "$documentroot/typo3temp/llxml", + "$documentroot/typo3temp/cs", + "$documentroot/typo3temp/GB", + "$documentroot/typo3temp/locks", + "$documentroot/typo3conf", + "$documentroot/typo3conf/ext", + "$documentroot/typo3conf/l10n", + # "$documentroot/typo3/ext/", # only needed for ext manager installing global extensions + "$documentroot/uploads", + "$documentroot/uploads/pics", + "$documentroot/uploads/media", + "$documentroot/uploads/tf", + "$documentroot/fileadmin", + "$documentroot/fileadmin/_temp_" + ], manage_config => $manage_config, } -- cgit v1.2.3