Make local.php writeable by the webserver

This commit is contained in:
2014-11-24 01:07:24 +00:00
parent 9c3cff7573
commit f03801f48d

View File

@@ -46,9 +46,9 @@ class dokuwiki::config (
file {
"${install_dir}/htdocs/${base_path}conf/local.php":
content => template($local_conf_template),
owner => 'root',
group => 'root',
mode => '0444',
owner => $apache_user,
group => $apache_group,
mode => '0664',
replace => false;
"${install_dir}/htdocs/${base_path}conf/local.protected.php":