Skip to content

Commit

Permalink
fix rh regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed May 30, 2024
1 parent 1a18d03 commit 241047e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/newrelic/infrastructure/super-agent/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 241047e

Please sign in to comment.