From f16a2aa3a0fb8b09221413a4287cb2d9a09daed8 Mon Sep 17 00:00:00 2001 From: Lightning Date: Tue, 28 May 2024 18:32:11 +0200 Subject: [PATCH] fix stuff --- manifests/install.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/install.pp b/manifests/install.pp index 1b7d3cf..02797ce 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -17,6 +17,8 @@ content => inline_epp('<%= $nextcloud::datadir %>'), owner => $nextcloud::system_user, group => $nextcloud::system_group, + force => true, + replace => true, } # Nextcloud installation.