cookbook 'hello_world', '= 0.0.1'
hello_world (3) Versions 0.0.1 Follow1
Logs hello_world to the chef log
cookbook 'hello_world', '= 0.0.1', :supermarket
knife supermarket install hello_world
knife supermarket download hello_world
hello_world cookbook
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.
Requirements
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
Usage
cd hello_world
vagrant up
vagrant ssh
Recipes
hello_world::default
- Logs "Hello, World!" to chef log. Yeah, stupid simple.
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
Author
Author:: caryp (cary@rightscale.com)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.