Add audit log to other logs
This commit is contained in:
parent
b065ac7ae6
commit
e76c22f6d5
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue