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