From 3e59fa55961a5d35c04fa1c7013fa1d4ddaaa012 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 5 May 2025 17:31:12 +0200 Subject: [PATCH] enable package installation --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 9010271..294e4da 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -22,8 +22,8 @@ class jenkins_cd::params ( # yum repo $js_base_url = 'https://pkg.jenkins.io/redhat-stable/' - $js_key_url = "${js_base_url}/jenkins.io.key" - $js_key_code = 'gpg-pubkey-d50582e6-4a3feef6' + $js_key_url = "${js_base_url}/jenkins.io-2023.key" + $js_key_code = 'gpg-pubkey-ef5975ca-6421ce2b' # includes must be last include jenkins_cd::main::config