Fix mode on log files
This commit is contained in:
parent
a74899332e
commit
45ac19bec8
|
@ -207,13 +207,6 @@ 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