From e5f07e907e1a8ca2790bb97f1bb242fde7ca2dbf 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..c619403 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -8,6 +8,8 @@ ensure => directory, owner => $nextcloud::system_user, group => $nextcloud::system_group, + force => true, + replace => true, } # Record Nextcloud's datadirectory, so that it can be used by the custom fact.