Fix mode on log files

This commit is contained in:
Micke Nordin 2024-10-09 14:23:08 +02:00
parent 1a39e0dbec
commit 52869ca089

View file

@ -207,13 +207,6 @@ define sunetdrive::app_type (
group => 'root',
mode => '0640',
}
file { '/opt/nextcloud/audit.log':
ensure => file,
force => true,
owner => 'www-data',
group => 'root',
mode => '0644',
}
file { '/opt/nextcloud/rclone.conf':
ensure => file,
owner => 'www-data',