Simple cookbook that supports using Berkshelf and Vagrant. Good for verifying your development environment is setup correctly for "The Berkshelf Way" or for validating new vagrant boxes.
To run locally, you need Vagrant 1.2.0 or greater installed with the Berkshelf plugin. For installation information please see the "VAGRANT WITH BERKSHELF" section on berkshelf.com
cd hello_world
vagrant up
vagrant ssh
hello_world::default
- Logs "Hello, World!" to chef log. Yeah, stupid simple.
Install the required development gems using:
bundle
Then the available commands:
bundle exec thor list
- 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
Author:: caryp ([email protected])