TODO: Enter the cookbook description here.
TODO: Describe how users are intended to use this cookbook. That might be an explanation of recipes to include on a run list or how to make use of provided libraries / custom resources.
Chefspec unit tests and Test Kitchen integration tests are included.
# install gem dependencies
bundle
# unit tests
bundle exec rspec
# integration tests with kitchen-vagrant
bundle exec kitchen test
Issues and pull requests are appreciated!
- Fork the repo
- Create a branch with an intuitive name (
some-bug-fix
,some-feature
) - Add or update relevant tests (chefspec, test-kitchen)
- Create a pull request back to this repo