Automated install process for Phishing Frenzy using Chef
Debian 7.0
Key | Type | Description | Default |
---|---|---|---|
['phishing-frenzy-cookbook']['bacon'] | Boolean | whether to include bacon | true |
Include phishing-frenzy-cookbook
in your node's run_list
:
{
"run_list": [
"recipe[phishing-frenzy-cookbook::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: YOUR_NAME (<YOUR_EMAIL>)