-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't update admin email #50
Comments
Can you check the Nexus logs to see if there are any errors related to uploading your script? (kitchen login, check in /opt/sonatype-work/nexus3/logs/nexus.log) If you use the latest cookbook version, the nexus3_api resource does not take JSON content as input. I would also recommend using the nexus3_user resource, |
I currently use the following without any luck yet.
During the run I get a 404 exception from the API. Do you have any pointers?
nexus.log
|
The Chef run is trying to run the Does this work if you run chef-client again? (or |
Hi,
I'm trying to update the email adres for the admin user with the
nexus3_api
resource.However anything I try does not update the email address.
I'm using this JSON file:
And the Chef code:
Test Kitchen output:
The text was updated successfully, but these errors were encountered: