An open API service indexing awesome lists of open source software.

https://github.com/dmuth/chef-101-introduction-to-chef

Sample Chef cookbook and recipe that I created for a blog post on Chef
https://github.com/dmuth/chef-101-introduction-to-chef

Last synced: about 1 year ago
JSON representation

Sample Chef cookbook and recipe that I created for a blog post on Chef

Awesome Lists containing this project

README

          

Chef 101: An Introduction to Chef
=================================

Sample Chef cookbook and recipe that I created for a blog post on Chef:

http://www.dmuth.org/node/1397/chef-101-introduction-chef

To execute Chef:

`sudo chef-solo -c ./config.rb -j ./attributes.json`

To run a speicific recipe

`sudo chef-solo -c ./config.rb -o mac-os-x-ipfw`