chef-ingredient
chef-ingredient copied to clipboard
Primitives for managing Chef products and packages
### Description Enable live_stream so progress can be monitored more easily ### Issues Resolved N/A ### Check List - [ ] All tests pass. See - [ ] New functionality...
### Description New releases of Cookstyle have added new cops, which cause pull requests to fail. This fixes the failures. ### Check List - [x] All tests pass. See -...
### Description The `chef_automatev2` resource has a guard condition when executing the deploy command. All other uses of `chef-automate` have the full path, but the invocation in the guard does...
### Description This fixes idempotency for admins in the chef_org resource. It uses `knife show` to get the list of users in the admin group for a given org. ###...
AppVeyor checks fail during setup with the following error ``` c:\opscode\chefdk\bin\chef.bat shell-init powershell | iex; cmd /c c:\opscode\chef-workstation\bin\chef.bat --version c:\opscode\chefdk\bin\chef.bat : The term 'c:\opscode\chefdk\bin\chef.bat' is not recognized as the name...
When installing Chef Automate v2 with this cookbook, the guard check for the deployment step fails with ``` ================================================================================ Error executing action `run` on resource 'execute[/usr/local/bin/chef-automate deploy /tmp/kitchen/cache/config.toml --accept-terms-and-mlsa]' ================================================================================...
When running the kitchen tests for `chef-automatev2` with the current latest Chef Infra Client version (16.2.44), the converge fails with ``` ================================================================================ Recipe Compile Error in /tmp/kitchen/cache/cookbooks/test/recipes/automatev2.rb ================================================================================ NoMethodError -------------...
As of now Automate 1 is fully deprecated but it seems here we have the custom resource for both Automate 1 and Automate 2. We can think of removing Automate...
### Cookbook version 3.1.2 ### Chef-client version 15.1.36 ### Platform Details VM running Ubuntu Bionic ### Scenario: Using custom config with the `chef_automatev2` resource. ### Steps to Reproduce: Use the...
There are no quotes around the `first_name` and `last_name` in this line: https://github.com/chef-cookbooks/chef-ingredient/blob/8d06f5e88847d8dc17c002e5ebf893bb5bd36a19/resources/chef_user.rb#L50 If first or last name happens to have two names, `user-create` will pick up the extra argument...