Make local.php writeable by the webserver
This commit is contained in:
@@ -46,9 +46,9 @@ class dokuwiki::config (
|
|||||||
file {
|
file {
|
||||||
"${install_dir}/htdocs/${base_path}conf/local.php":
|
"${install_dir}/htdocs/${base_path}conf/local.php":
|
||||||
content => template($local_conf_template),
|
content => template($local_conf_template),
|
||||||
owner => 'root',
|
owner => $apache_user,
|
||||||
group => 'root',
|
group => $apache_group,
|
||||||
mode => '0444',
|
mode => '0664',
|
||||||
replace => false;
|
replace => false;
|
||||||
|
|
||||||
"${install_dir}/htdocs/${base_path}conf/local.protected.php":
|
"${install_dir}/htdocs/${base_path}conf/local.protected.php":
|
||||||
|
|||||||
Reference in New Issue
Block a user