From 97c4c82f229849182ffcecc1654bd7f9a01e8969 Mon Sep 17 00:00:00 2001 From: Yury Bushmelev Date: Sun, 1 Dec 2024 22:39:19 +0800 Subject: [PATCH 1/2] Bump puppet-archive version upper boundary --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d3d32ef..0f59be5 100644 --- a/metadata.json +++ b/metadata.json @@ -14,7 +14,7 @@ }, { "name": "puppet/archive", - "version_requirement": ">= 4.4.0 < 6.0.0" + "version_requirement": ">= 4.4.0 < 8.0.0" }, { "name": "puppetlabs/stdlib", From fc0324d535369acbcb6ff323ef63874faed4596c Mon Sep 17 00:00:00 2001 From: Yury Bushmelev Date: Sat, 7 Dec 2024 13:54:12 +0800 Subject: [PATCH 2/2] 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], }