Skip to content

Dev version of a chef-solo focused cookbook to provision tmate-slave

Notifications You must be signed in to change notification settings

jjasghar/chef-tmate-slave

Repository files navigation

chef-tmate-slave Cookbook

Build Status

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.

Suggested Requirements

I suggest something like Digital Ocean and knife-solo to provision the box.

Usage

tmate-slave::default

e.g. Just include tmate-slave in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[tmate-slave]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Jonathan "JJ" Asghar

About

Dev version of a chef-solo focused cookbook to provision tmate-slave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages