From 0243b9027d617a1ce7751899afdcf1fbaacfe270 Mon Sep 17 00:00:00 2001 From: Helena Greebe Date: Fri, 28 Jun 2024 10:35:04 -0400 Subject: [PATCH] [NOT ADC] ca bundle patch --- .../templates/isolated/iso-ca-bundle-config.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/aws-parallelcluster-platform/templates/isolated/iso-ca-bundle-config.sh.erb b/cookbooks/aws-parallelcluster-platform/templates/isolated/iso-ca-bundle-config.sh.erb index 8a7ad7346..d7c6f4357 100644 --- a/cookbooks/aws-parallelcluster-platform/templates/isolated/iso-ca-bundle-config.sh.erb +++ b/cookbooks/aws-parallelcluster-platform/templates/isolated/iso-ca-bundle-config.sh.erb @@ -20,7 +20,7 @@ OS="${ID}${VERSION_ID}" echo "[INFO] Patch OS is ${OS}" -[[ "${OS}" != "rhel8" ]] && exit 0 +[[ "${OS}" != rhel8* ]] && exit 0 echo "[INFO] Starting: CA-BUNDLE patch script"