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.