Jared Kauppila
Jared Kauppila
### Describe the Enhancement: Configure an appropriate `paravirtprovider` value within each OS template. So for example, on Windows, I believe this would need to be added underneath `vboxmanage` ```json [...
### Describe the Enhancement: It would be great if aarch64 boxes could be produced for the distros that support it. ### Describe the Need: We are currently in the process...
Do not omit `removed` features if `source` is not explicitly defined on `windows_feature_powershell`
## Description Do not omit `removed` Windows features if `source` is not explicitly defined. This mirrors the current behavior of `windows_feature_dism` that was not omitting removed features. https://github.com/chef/chef/blob/main/lib/chef/resource/windows_feature_dism.rb#L133 The resource...
## Description Attempting to perform multiple converges and enforcing idempotency in Test-Kitchen results in an error: ``` /opt/cinc/embedded/lib/ruby/gems/3.0.0/gems/chef-bin-17.10.0/bin/chef-client:41:in `exit': no implicit conversion from nil to integer (TypeError) from /opt/cinc/embedded/lib/ruby/gems/3.0.0/gems/chef-bin-17.10.0/bin/chef-client:41:in `'...
## :frowning_person: Problem Statement To override configurations within `block_device_mappings` you need to call out each define and each configuration ``` block_device_mappings: - device_name: /dev/sda ebs: volume_size: 20 delete_on_termination: true -...
### Description I recently spent a day or so troubleshooting an issue with `s3Download` trying to retrieve files from an S3 bucket from an EC2 instance utilizing an IAM instance...
## :frowning: Problem Statement The `aws` cookbook currently supports _many_ AWS resources and that number _could_ grow, but think most people would agree that Chef is not always the most...
With https://github.com/test-kitchen/kitchen-vagrant/pull/303 cache is only available when using utilizing known bento boxes through a whitelist even though I'm explicitly specifying `cachier: true`. This took a while of digging as it...
In testing v1.2.1 from v1.1.1, I have switched `config_name` to `tenant_filter` and now in the plan it is showing that all other tenants will be removed. The value I specify...