TODO: Enter the cookbook description here.
TODO: List your supported platforms.
Key | Type | Description | Default |
---|---|---|---|
['rails_app_server']['bacon'] | Boolean | whether to include bacon | true |
Include rails_app_server
in your node's run_list
:
{
"run_list": [
"recipe[rails_app_server::default]"
]
}
Author:: YOUR_NAME (<YOUR_EMAIL>)