Prepares a server to be a testing server for ruby and php
Ubuntu
Key | Type | Description | Default |
---|---|---|---|
['mo_application_testing']['bacon'] | Boolean | whether to include bacon | true |
Include mo_application_testing
in your node's run_list
:
{
"run_list": [
"recipe[mo_application_testing::default]"
]
}
Author:: YOUR_NAME (<YOUR_EMAIL>)