06/19/2011 22:16
The Anatomy of a Chef Cookbook, Part 1 - Introduction
Foreword
Chef cookbooks can get pretty complicated between all the directories,
nomenclature, and of course the meat: the code itself. This
series will hopefully demystify some of that by walking through the creation
of two cookbooks that depend on each other: one to manage the popular
VirtualBox virtualization software,
and another to launch virtual machines with the popular ruby-based virtualbox
frontend Vagrant.
I'm not a very formal guy so I'm not really feeling the ...