summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-20 22:00:34 +0200
committermh <mh@immerda.ch>2009-10-20 22:00:34 +0200
commitc2c5f587d39754d755f7ec1b072866a360259226 (patch)
tree4359fa80a0940bdec46ac3a9703decf5cd353a4d
parent977ae4ccebde5554fb1793eb093af98778852fb7 (diff)
tmp shouls also be writeable
-rw-r--r--manifests/vhost/php/joomla.pp1
1 files changed, 1 insertions, 0 deletions
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,