chef / cheffish

Resources and tools for testing and interacting with Chef and Chef Server.
Apache License 2.0
38 stars 28 forks source link

chef_user resource does not provide display_name #26

Closed charlesjohnson closed 10 years ago

charlesjohnson commented 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.

jkeiser commented 10 years ago

Fix merged, closing :)