This cookbook creates an apache/passenger web/app server for use with the example sinatra app.
To be able to run tests with Test Kitchen, please create a .kitchen.yml file. A .kitchen.sample.yml file is provided as template.
TODO: List your supported platforms.
| Key | Type | Description | Default |
|---|---|---|---|
| ['course_app']['bacon'] | Boolean | whether to include bacon | true |
Include course_app in your node's run_list:
{
"run_list": [
"recipe[course_app::default]"
]
}Author:: YOUR_NAME (<YOUR_EMAIL>)