Add audit log to other logs

This commit is contained in:
Micke Nordin 2024-09-24 15:36:06 +02:00
parent 76640002c0
commit 7177dfa12e
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

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