From c03a9801ebef3a3dbfaa44a9041cab727ae00ccb Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Wed, 21 Feb 2024 10:52:48 +0530 Subject: [PATCH] (PA-6065) Add Red Hat 9 FIPS (Intel) platform definition to 7.x --- configs/components/puppet-runtime.json | 2 +- configs/platforms/redhatfips-9-x86_64.rb | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 configs/platforms/redhatfips-9-x86_64.rb diff --git a/configs/components/puppet-runtime.json b/configs/components/puppet-runtime.json index 906447e..40a10a8 100644 --- a/configs/components/puppet-runtime.json +++ b/configs/components/puppet-runtime.json @@ -1 +1 @@ -{"location":"https://builds.delivery.puppetlabs.net/puppet-runtime/202402200/artifacts/","version":"202402200"} +{"location":"https://builds.delivery.puppetlabs.net/puppet-runtime/d6e6bbcef715b91941c53cc1a13a43af7d508f9d/artifacts/","version":"202308170.134.gd6e6bbc"} diff --git a/configs/platforms/redhatfips-9-x86_64.rb b/configs/platforms/redhatfips-9-x86_64.rb new file mode 100644 index 0000000..21ec6de --- /dev/null +++ b/configs/platforms/redhatfips-9-x86_64.rb @@ -0,0 +1,3 @@ +platform "redhatfips-9-x86_64" do |plat| + plat.inherit_from_default +end