LauraConcepcion / chef-tmate-slave

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]"
  ]
}

You can specify alternate host and port too:

{
  ...
  "normal": {
    "port": "9922",
    "host": "alternate"
  }
}

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


Languages

Language:Ruby 86.2%Language:Shell 13.8%