summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-11-29 22:25:15 +0100
committermh <mh@immerda.ch>2011-11-29 22:25:15 +0100
commit54ac57ef97b020f2b579919c08b1eb3e8cc2f182 (patch)
tree4c87a4be03b8c924cd1e670c62a180eb1d719e95 /manifests/vhost
parent433a3eb900a092fe514bbb60a8cb0d2f49d4a473 (diff)
fix a few things that should be writable
Diffstat (limited to 'manifests/vhost')
-rw-r--r--manifests/vhost/php/simplemachine.pp9
1 files changed, 6 insertions, 3 deletions
diff --git a/manifests/vhost/php/simplemachine.pp b/manifests/vhost/php/simplemachine.pp
index 966e763..17dd89f 100644
--- a/manifests/vhost/php/simplemachine.pp
+++ b/manifests/vhost/php/simplemachine.pp
@@ -105,12 +105,15 @@ define apache::vhost::php::simplemachine(
htpasswd_path => $htpasswd_path,
manage_directories => $manage_directories,
managed_directories => [
+ "$documentroot/agreement.txt",
"$documentroot/attachments",
+ "$documentroot/avatars",
+ "$documentroot/cache",
"$documentroot/Packages",
- "$documentroot/Themes",
- "$documentroot/agreement.txt",
"$documentroot/Packages/installed.list",
- "$documentroot/avatars" ],
+ "$documentroot/Themes",
+ "$documentroot/Themes/default/languages/Install.english.php"
+ ],
manage_config => $manage_config,
config_webwriteable => $config_webwriteable,
config_file => 'Settings.php',