Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/agent-control/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,4 +678,4 @@ install:
post_install:
cmds:
- |
echo "⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-agent-control/config.yaml"
echo "⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-agent-control/local-data-agent-control/config.yaml"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only changes the echo, not the actual path, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep is only informative but should not be merged until the code are made

2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/agent-control/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,4 +617,4 @@ install:
post_install:
cmds:
- |
echo "⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-agent-control/config.yaml"
echo "⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-agent-control/local-data-agent-control/config.yaml"
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/agent-control/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,4 +569,4 @@ install:
post_install:
cmds:
- |
echo "⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-agent-control/config.yaml"
echo "⚙️ New Relic Agent Control configuration file can be found in /etc/newrelic-agent-control/local-data-agent-control/config.yaml"
Loading