From c2c5f587d39754d755f7ec1b072866a360259226 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 20 Oct 2009 22:00:34 +0200 Subject: tmp shouls also be writeable --- manifests/vhost/php/joomla.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/vhost/php/joomla.pp b/manifests/vhost/php/joomla.pp index 091be78..22b19a3 100644 --- a/manifests/vhost/php/joomla.pp +++ b/manifests/vhost/php/joomla.pp @@ -90,6 +90,7 @@ define apache::vhost::php::joomla( "$documentroot/plugins", "$documentroot/templates", "$documentroot/cache", + "$documentroot/tmp", "$documentroot/administrator/cache" ], manage_config => $manage_config, config_webwriteable => $config_webwriteable, -- cgit v1.2.3