From 331135fac2ee69042b469f2af107d5aaefbd5737 Mon Sep 17 00:00:00 2001 From: Yury Bushmelev Date: Sat, 7 Dec 2024 13:54:12 +0800 Subject: [PATCH] Fix github download idempotency --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install.pp b/manifests/install.pp index cfa14ba..01ca858 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -31,6 +31,7 @@ password => $caddy::caddy_api_key, user => 'root', group => 'root', + creates => "${extract_path}/caddy", require => File[$extract_path], before => File[$bin_file], }