Klarna Chef

This is a tool that will help you automate the process of provisioning machines using Chef-Solo.

Installation

gem install klarna_chef

Usage

The following command will initialize a Chef directory structure like rails new does for Rails projects.

klarna-chef new <name>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request