We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0246b commit a30797fCopy full SHA for a30797f
recipes/newrelic/infrastructure/super-agent/rhel.yml
@@ -302,6 +302,10 @@ install:
302
303
yum -y -q makecache --disablerepo='*' --enablerepo='newrelic-infra' --enablerepo='newrelic-super-agent'
304
yum -y -q install newrelic-super-agent
305
+
306
+ if [ "{{.AMAZON_LINUX_VERSION}}" == "2" ] || [ "{{.AMAZON_LINUX_VERSION}}" == "2023" ] ; then
307
+ yum -y -q install fluent-bit
308
+ fi
309
vars:
310
DISTRO_VERSION:
311
sh: |
0 commit comments