Skip to content

Commit

Permalink
limit super agent installations
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed May 30, 2024
1 parent e838485 commit da2a84f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/newrelic/infrastructure/super-agent/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ installTargets:
- type: host
os: linux
platformFamily: "debian"
platformVersion: "((11|12)\\.?.*)" # Bullseye, Bookworm #
- type: host
os: linux
platform: "ubuntu"
platformVersion: "(((16|18|20|21|22|24)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy

keywords:
- SuperAgent
Expand Down
2 changes: 2 additions & 0 deletions recipes/newrelic/infrastructure/super-agent/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ installTargets:
- type: host
os: linux
platform: "centos"
platformVersion: "((7|8|9)\\.?.*)"
- type: host
os: linux
platform: "redhat"
platformVersion: "((7|8|9)\\.?.*)"

keywords:
- SuperAgent
Expand Down
1 change: 1 addition & 0 deletions recipes/newrelic/infrastructure/super-agent/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ installTargets:
- type: host
os: linux
platformFamily: suse
platformVersion: "(15\\.[1-4]|15-SP[1-4])"

keywords:
- SuperAgent
Expand Down

0 comments on commit da2a84f

Please sign in to comment.