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
If a user wants to use just the java APM agent but not the server agent, and leaves the node['newrelic']['java_agent']['app_user'] attribute set at the default newrelic user, the chef run will fail because the user doesn't exist.
It would be nice if this cookbook created the user if it didn't exist; however, it looks like the user resource doesn't have a create_if_missing action.
The text was updated successfully, but these errors were encountered:
If a user wants to use just the java APM agent but not the server agent, and leaves the
node['newrelic']['java_agent']['app_user']
attribute set at the defaultnewrelic
user, the chef run will fail because the user doesn't exist.It would be nice if this cookbook created the user if it didn't exist; however, it looks like the user resource doesn't have a
create_if_missing
action.The text was updated successfully, but these errors were encountered: