summaryrefslogtreecommitdiff
path: root/manifests/vhost/php
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-18 17:12:20 +0100
committerAndreas <andreas@immerda.ch>2009-11-18 17:12:20 +0100
commitfd26d9977a7f3723f56b063dd813af4af4202c5a (patch)
tree023b8ad5a61c74ea0c30d1beb03fc215afed8677 /manifests/vhost/php
parentf9eb500201f27ecb95fad84ae4d5bae4808aea66 (diff)
update typo3 managed (i.e. httpd writable) directories
Diffstat (limited to 'manifests/vhost/php')
-rw-r--r--manifests/vhost/php/typo3.pp19
1 files changed, 18 insertions, 1 deletions
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,
}