Fix mode on log files

This commit is contained in:
Micke Nordin 2024-10-09 14:23:08 +02:00
parent a74899332e
commit 45ac19bec8
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

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',