Mike Butler
Mike Butler
# Version: ubuntu-16.04 v202104.19.0 # Environment: VirtualBox 6.1.28 # Scenario: When following the leran.chef.io "Course: Expand your Chef Infra language skills" at the step " Learn more about Knife |...
## Userstory As a user of Chef and the Defender resource, the item that this resource changes should be `DisableRealtimeMonitoring` and not `DisableIOAVProtection` so that my cookbook can turn off...
## Description `chef undelete --last` on Windows returns with: ``` PS C:\Users\butler\sa-demo-content\policies> chef undelete --last Error: Failed to undelete. Reason: (ChefCLI::CantUndo) No undo records exist in C:\Users\butler\AppData\Local/chef-workstation/undo ``` The PATH...
### Describe the Enhancement: Currently `chef generate cookbook` creates the `kitchen.yml` file with: ``` provisioner: name: chef_zero ``` `chef_zero` should be changed to `chef_infra` per the [Chef Provisioner Documentation](https://kitchen.ci/docs/provisioners/chef/) It...
## Description As a developer, when I try to use **github** as my source of cookbook (such as `cookbook 'mysql', github: 'opscode-cookbooks/mysql', branch: 'master'` ) I am no longer able...
## Description As a developer, I would like it when using the cookbook source **git** in `cookbook 'chef-ingredient', git: 'https://github.com/chef-cookbooks/chef-ingredient.git', tag: 'v0.12.0'` for example to check both the `main` and...
**Is your feature request related to a problem? Please describe.** The customer World Bank (among others) would like to have examples and descriptions of how to utilize attributes in the...
Signed-off-by: Mike Butler ## Description hyperv was missing from the virtualization helpers. There is no host, only guest. ## Types of changes - [ ] Bug fix (non-breaking change which...
Signed-off-by: Mike Butler ## Description Added hyperv to the virtualzation.rb in chef-client and this is the documentation to match. ## Definition of Done ## Issues Resolved [List any existing issues...
# Version: 23.2.1028 # Environment: Windows 10 / 11 # Scenario: Pushing a policy to the # Steps to Reproduce: Install Chef Workstation on 23.2.1028 on a Windows 11 system...