Setup base stuff for the CD Demo VM
supports 'Debian', '>= 7.5'
Include cddemo-base in your node's run_list:
{
"run_list": [
"recipe[cddemo-base::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:: Alexander Birk (birk@pingworks.de)