Compare commits

..

No commits in common. "5c0e05394dec63648d7d78af4868b6b8abbc4323" and "d3e0f41ff1aac66a99ddb285558aa1380f98b7f8" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View file

@ -198,14 +198,14 @@ define sunetdrive::app_type (
force => true,
owner => 'www-data',
group => 'root',
mode => '0640',
mode => '0644',
}
file { '/opt/nextcloud/audit.log':
ensure => file,
force => true,
owner => 'www-data',
group => 'root',
mode => '0640',
mode => '0644',
}
file { '/opt/nextcloud/rclone.conf':
ensure => file,