summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-09 13:23:08 +0100
committerAndreas <andreas@immerda.ch>2009-11-09 13:23:08 +0100
commitf7464c389e75a3b97eeb86a1be061f186149431f (patch)
tree44de09a0df333394dfe8e88241ca17fc39cc7b5e /manifests
parentfa4ca8a7e9934fded4963d59d3a618646245bf5a (diff)
temp must be writable
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/typo3.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/typo3.pp b/manifests/vhost/php/typo3.pp
index 840aca8..2ad617c 100644
--- a/manifests/vhost/php/typo3.pp
+++ b/manifests/vhost/php/typo3.pp
@@ -75,7 +75,7 @@ define apache::vhost::php::typo3(
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
manage_directories => $manage_directories,
- managed_directories => [ "$documentroot/typo3_src" ],
+ managed_directories => [ "$documentroot/typo3temp" ],
manage_config => $manage_config,
}