Skip to content

Commit

Permalink
Fix ami fetch when testing suse 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien4218 committed Feb 2, 2022
1 parent ac6f9ad commit 1e8f72d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion recipes/newrelic/infrastructure/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ install:
- sudo zypper -n --quiet ref -r newrelic-infra
- sudo zypper -n --quiet install newrelic-infra
- rm newrelic-infra.gpg

vars:
SLES_VERSION:
sh: awk -F= '/VERSION_ID/ {print $2}' /etc/os-release
Expand Down
2 changes: 1 addition & 1 deletion test/definitions-eu/infra-agent/suse/suse152-infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "suse-sles-15-sp2-*"
"ami_name": "suse-sles-15-sp2-byos-v????????-hvm-ssd-x86_64"
}],

"instrumentations": {
Expand Down

0 comments on commit 1e8f72d

Please sign in to comment.