From 32ad7df19ee6c0ac5fe7a1be817de62c13fa13e3 Mon Sep 17 00:00:00 2001 From: Benjamin Delacour Date: Thu, 26 Jan 2023 19:24:18 +0100 Subject: [PATCH] fix: use new gpg key (see https://status.hashicorp.com/incidents/fgkyvr1kwpdh) --- manifests/repo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo.pp b/manifests/repo.pp index 0683ed0..1f01dcb 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -21,7 +21,7 @@ class hashi_stack::repo ( Optional[Integer] $priority = undef, String $proxy = 'absent', - String $key_id = 'E8A032E094D8EB4EA189D270DA418C88A3219F7B', + String $key_id = '798AEC654E5C15428C8E42EEAA16FCBCA621E701', Stdlib::HTTPSUrl $key_source = 'https://apt.releases.hashicorp.com/gpg', String $description = 'HashiCorp package repository.', String $rpm_base = 'https://rpm.releases.hashicorp.com',