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
- Host: GitHub
- URL: https://github.com/dmuth/chef-101-introduction-to-chef
- Owner: dmuth
- License: other
- Created: 2012-12-17T02:46:35.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2020-09-03T22:21:11.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T06:07:26.678Z (about 2 years ago)
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`