Skip to content

Commit

Permalink
Merge pull request #1112 from newrelic/NR-295076-super-agent-logs-ama…
Browse files Browse the repository at this point in the history
…zon-linux

[NR-295076] super-agent: manually install fluent-bit for amazon linux
  • Loading branch information
noahmmcgivern authored Sep 5, 2024
2 parents 4c0246b + a30797f commit 89cab74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/newrelic/infrastructure/super-agent/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ install:
yum -y -q makecache --disablerepo='*' --enablerepo='newrelic-infra' --enablerepo='newrelic-super-agent'
yum -y -q install newrelic-super-agent
if [ "{{.AMAZON_LINUX_VERSION}}" == "2" ] || [ "{{.AMAZON_LINUX_VERSION}}" == "2023" ] ; then
yum -y -q install fluent-bit
fi
vars:
DISTRO_VERSION:
sh: |
Expand Down

0 comments on commit 89cab74

Please sign in to comment.