Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.2 KB

Cookbooks

We're doing some stuff with Chef.

This is still a modest collection, since we're only just starting to use Chef.

Development

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.

See also


Copyright (c) 2011 - Finalist IT Group. Released under the MIT License. Imported cookbooks from others have their own license.