Closed charlesjohnson closed 10 years ago
The chef_user resource always fails when run against an Enterprise Chef server because it does not provide the display_name field in the API call, resulting in a 400 Bad Request from the server.
https://gist.github.com/charlesjohnson/38b20a18251b25a783b1
Display_name should be added to the resource and the provider.
Fix merged, closing :)
The chef_user resource always fails when run against an Enterprise Chef server because it does not provide the display_name field in the API call, resulting in a 400 Bad Request from the server.
https://gist.github.com/charlesjohnson/38b20a18251b25a783b1
Display_name should be added to the resource and the provider.