You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while looking at the lwrp I noticed that the attribute jar_file is no longer used, in fact the jar is just saved as newrelic-agent-version.jar all the time. See https://github.com/djoos-cookbooks/newrelic/blob/master/providers/agent_java.rb#L71 for details. It would be nice to either update the docs and make it official or re-implement the custom name again.
We did used a custom naming to verify the correct version hab been downloaded, e.g. /opt/newrelic/java/newrelic-agent-3.38.0.jar
The text was updated successfully, but these errors were encountered:
Hi,
while looking at the lwrp I noticed that the attribute jar_file is no longer used, in fact the jar is just saved as newrelic-agent-version.jar all the time. See https://github.com/djoos-cookbooks/newrelic/blob/master/providers/agent_java.rb#L71 for details. It would be nice to either update the docs and make it official or re-implement the custom name again.
We did used a custom naming to verify the correct version hab been downloaded, e.g. /opt/newrelic/java/newrelic-agent-3.38.0.jar
The text was updated successfully, but these errors were encountered: