Add audit log to other logs

This commit is contained in:
Micke Nordin 2024-09-24 15:36:06 +02:00
parent 5c0e05394d
commit 026c5c5d03

View file

@ -207,6 +207,13 @@ 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',