Based off of: http://tmate.io
This is to be able to spin up and build a tmate-slave vm easily. The theory being run chef-solo with this and boom, you have a tmate-slave running so you can pair program.
I suggest something like Digital Ocean and knife-solo to provision the box.
e.g.
Just include tmate-slave
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[tmate-slave]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Jonathan "JJ" Asghar