From 54ac57ef97b020f2b579919c08b1eb3e8cc2f182 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Nov 2011 22:25:15 +0100 Subject: fix a few things that should be writable --- manifests/vhost/php/simplemachine.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'manifests/vhost/php/simplemachine.pp') 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', -- cgit v1.2.3