Senjai / vps_setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vps_setup-cookbook

Sets up a basic vps on linode or digital ocean.

Supported Platforms

Linux

Attributes

Key Type Description Default
['vps_setup']['bacon'] Boolean whether to include bacon true

Usage

vps_setup::default

Include vps_setup in your node's run_list:

{
  "run_list": [
    "recipe[vps_setup::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

About

License:MIT License


Languages

Language:Ruby 100.0%