Jay Hendren
Jay Hendren
If a test fails, the output looks like this: `foo.bash`: ``` foo () { echo baz } ``` `foo_spec.bash`: ``` source ./foo.bash @test "foo equals bar" { expected_result="bar" run foo...
## Description Per #783 and #1306, support was added for downloading files from instances. One of the use cases specifically mentioned in #783 was downloading jUnit test reports for parsing...
## Description Sometimes `kitchen list --json` may emit warnings in addition to normal JSON output; the warnings prevent output from being correctly parsed as JSON. ## Kitchen Version Tell us...
I have 98 pull request notifications set on many of my Bitbucket Server repositories (one per repository). Attempting to list all of the notifications via the API (`curl 'https://my.bitbucket.server/rest/prnfb-admin/1.0/settings/notifications' -XGET...
It took me a little while to figure out that the following occurs when the plugin being installed does not exist. At first, I inferred from this error message that...
### Cookbook version 6.0.0 ### Chef-client version 14.2.0 ### Platform Details RHEL 7 ### Scenario: If a system already has a node.js repository and nodejs package installed that are different...
## Description If something fails after a VM is created but still during the `kitchen create` step, TestKitchen thinks the VM hasn't been created and will refuse to destroy it....
Is there a way to use the ssl\_certificate cookbook to create a PEM file containing the signed certificate, intermediate certs (if any), and private key, in that order? I'm trying...
ssl_certificate 2.1.0 running on Chef 12.21.20. Minimum verifiable example: ``` node.default['example.com']['ssl_cert']['source'] = 'self-signed' node.default['example.com']['ssl_key']['source'] = 'self-signed' ssl_certificate 'example.com' do common_name 'example.com' namespace node['example.com'] notifies :run, 'ruby_block[foo]', :delayed not_if { true...
### Cookbook version 3.0.0 ### Chef-client version 12.17.44 ### Platform Details RHEL 7 ### Scenario: When writing a recipe that includes both the `sysctl` and `supermarket-omnibus-cookbook` default recipes, the embedded...