cheffish
cheffish copied to clipboard
Resources and tools for testing and interacting with Chef and Chef Server.
chef_group will create new group in your organization but the users do not appear to be added to group until 2nd chef-client run. _recipe snippet_ ``` url_with_org = { :chef_server_url...
The chef_user will not work unless I specify `:password` attribute. I'll get 400 bad request error if I try to comment attribute out. ``` Net::HTTPServerException ------------------------ 400 "Bad Request" Resource...
Should probably live with chef/chef or follow the same release coordination as chef/chef and ohai will going forwards. Having the rspec helpers in cheffish is weird as hell. Even the...
Discovered that when you try to update an email of a existing user the chef_user blows up with 400 "Bad Request" error. Tried other fields like display_name and hit similar...
Since `with_chef_server` is a helper as opposed to resource, arguments passed to can only be evaluated in the compile phase. There are situations where the Chef Server ip/hostname won't be...