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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request