Skip to content

finalist/cookbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.