-
Notifications
You must be signed in to change notification settings - Fork 54
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
chef_user resource create user error "Mixlib::ShellOut::ShellCommandFailed" #214
Comments
After change the "sensitive" to false and I got the below console output error message:
Since I am using Kitchen to test and I am using "policyfile_zero" provisioner, is this the reason the "pivotal.rb" file not found? |
I added "immediately" solved the problem. Because the "chef-server-crl reconfigure" should run immediately after install chef-server-core, not at the end of the chef-client run by default.
This issue can be closed. Thanks |
Just throwing this out there... Since you are using the |
Cookbook version
2.2.0
Chef-client version
13.6.4
Platform Details
CentOS 7.4
Scenario:
Configure "chef_user" resources failed when configure "chef_org" resource successfully
Steps to Reproduce:
My "Default" recipe
Expected Result:
Chef organization and user are created
Actual Result:
organization is created but not the user.
Error Message:
Anyone has successfully created user and organization both?
The text was updated successfully, but these errors were encountered: