From f7464c389e75a3b97eeb86a1be061f186149431f Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 9 Nov 2009 13:23:08 +0100 Subject: temp must be writable --- manifests/vhost/php/typo3.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, } -- cgit v1.2.3