summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
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',