From 241047e8d581357cec1eec3c4c66a588dc041197 Mon Sep 17 00:00:00 2001 From: Ruben Ruiz de Gauna Date: Thu, 30 May 2024 18:36:14 +0200 Subject: [PATCH] fix rh regex --- recipes/newrelic/infrastructure/super-agent/rhel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/newrelic/infrastructure/super-agent/rhel.yml b/recipes/newrelic/infrastructure/super-agent/rhel.yml index 2123c039..ceb18a8e 100644 --- a/recipes/newrelic/infrastructure/super-agent/rhel.yml +++ b/recipes/newrelic/infrastructure/super-agent/rhel.yml @@ -20,11 +20,11 @@ installTargets: - type: host os: linux platform: "centos" - platformVersion: "^((8|9)\\.?.*)" + platformVersion: "((8|9)\\.?.*)" - type: host os: linux platform: "redhat" - platformVersion: "^((8|9)\\.?.*)" + platformVersion: "((8|9)\\.?.*)" keywords: - SuperAgent