From c40f9a2d6b763efddfa6105193fe0ff7fb2ff7b9 Mon Sep 17 00:00:00 2001 From: "Benjamin M. Hughes" Date: Wed, 31 Jul 2024 13:02:26 +0100 Subject: [PATCH] Kitchen fedora fixup --- test/integration/inspec/controls/remi_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/inspec/controls/remi_spec.rb b/test/integration/inspec/controls/remi_spec.rb index 8c02204..3a83bd7 100644 --- a/test/integration/inspec/controls/remi_spec.rb +++ b/test/integration/inspec/controls/remi_spec.rb @@ -23,7 +23,7 @@ its('remi.gpgkey') do should cmp case os.name when 'fedora' - 'https://rpms.remirepo.net/RPM-GPG-KEY-remi2023' + 'https://rpms.remirepo.net/RPM-GPG-KEY-remi2024' else # rhel case os.release.to_i when 7