We're doing some stuff with Chef.
This is still a modest collection, since we're only just starting to use Chef.
Run rake
to check the syntax of the Ruby files and check that all the included recipes are
available.
To test out a cookbook, you can use vagrant.
go to http://downloads.vagrantup.com/ or gem install vagrant
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
export RECIPE=my_new_cookbook
vagrant up
To retry:
vagrant provision
Start over:
vagrant destroy
vagrant up
To manually check the results:
vagrant ssh
I will be looking into more automated ways of checking cookbooks soonish.
- Chef wiki on Resources
- Opscode cookbooks
- 37signals cookbooks
- Engine Yard cookbooks
- Scalarium cookbooks
Copyright (c) 2011 - Finalist IT Group. Released under the MIT License. Imported cookbooks from others have their own license.