DevOps West Michigan
Test cookbook that sets up Apache2 with mod_rewrite.
- Ubuntu 14.04 LTS
| Key | Type | Description | Default |
|---|---|---|---|
| ['chef_testing_example']['hostname'] | String | FQDN Apache should respond to. | true |
bundle install
bundle exec rake spec
bundle exec rake kitchen:all
bundle exec rake foodcritic
bundle exec rake rubocop
Include chef_testing_example in your node's run_list:
{
"run_list": [
"recipe[chef_testing_example::default]"
]
}- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe) - Write your change
- Write tests for your change
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Justin Kulesza (justin.kulesza@atomicobject.com)