Add audit log to other logs
This commit is contained in:
parent
22785da3e0
commit
2e171b1d04
|
@ -207,6 +207,13 @@ define sunetdrive::app_type (
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
}
|
}
|
||||||
|
file { '/opt/nextcloud/audit.log':
|
||||||
|
ensure => file,
|
||||||
|
force => true,
|
||||||
|
owner => 'www-data',
|
||||||
|
group => 'root',
|
||||||
|
mode => '0644',
|
||||||
|
}
|
||||||
file { '/opt/nextcloud/rclone.conf':
|
file { '/opt/nextcloud/rclone.conf':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
owner => 'www-data',
|
owner => 'www-data',
|
||||||
|
|
Loading…
Reference in a new issue