Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java_agent recipe doesn't actually create newrelic user #313

Open
iancward opened this issue Oct 11, 2017 · 1 comment
Open

java_agent recipe doesn't actually create newrelic user #313

iancward opened this issue Oct 11, 2017 · 1 comment

Comments

@iancward
Copy link

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.

@acondrat
Copy link
Contributor

Same applies for Ruby agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants