An open API service indexing awesome lists of open source software.

https://github.com/fnichol/chef-inspec_example

Chef cookbook example using Test Kitchen & InSpec Verifier
https://github.com/fnichol/chef-inspec_example

Last synced: 3 months ago
JSON representation

Chef cookbook example using Test Kitchen & InSpec Verifier

Awesome Lists containing this project

README

        

# Chef cookbook example using Test Kitchen & InSpec Verifier

As of 2015-11-03, you can get started with [kitchen-inspec](https://github.com/chef/kitchen-inspec) and the ChefDK distribution by installing the Verifier from RubyGems with:

```sh
chef gem install kitchen-inspec
```

**Note** a future version of ChefDK will most likely bundle this Verifier for further convenience.

## Further Resources

* [InSpec](https://github.com/chef/inspec), [InSpec documentation](https://github.com/chef/inspec/tree/master/docs)
* [Test Kitchen](http://kitchen.ci)
* Chef and Test Kitchen with [Learn Chef](https://learn.chef.io/tutorials/)