Nick Smith

Results 7 issues of Nick Smith

**Is your feature request related to a problem? Please describe.** We have noticed that compound matching does not work in the top.sls file if you don't have spaces around the...

Type: Enhancement

# Description Right now if you specify always_update in your kitchen.yml - If the policyfile lock is incorrect such that the command chef install fails, the kitchen tests will fail....

#### Expected behaviour I was hoping I could add a statusMessage in the response body: ``` "responses": [ { "headers": { "Content-Type": "application/json" }, "statusMessage": "foobar", "is": { "body": {...

Similar to the [always_update](https://github.com/test-kitchen/test-kitchen/blob/0c9388714dda47f88f0d0f249d5323a72142f8e8/lib/kitchen/provisioner/chef/policyfile.rb#L48) config in test-kitchen I think chefspec should have a similar option that allows this [code](https://github.com/chefspec/chefspec/blob/main/lib/chefspec/policyfile.rb#L33-L39) to run a chef update instead of a chef install. Chef...

### Details When just curious what all this picks up I'd like to run all the rules first and then filter down afterwards. Instead of pasting all the rules from...

sweep

Fixes issue reported in https://github.com/ansible/ansible-builder/issues/749

### Ansible Builder version 3.1.1.dev24+g6579c32a ### Python version 3.12 ### Operating System and Environment ```console RHEL8 ``` ### Container Runtime Docker version 25.0.2, build 29cf629 ### Summary Currently, [shutil.copy2(source, dest)](https://github.com/ansible/ansible-builder/blob/devel/src/ansible_builder/utils.py#L203)...