Using test-kitchen
and Berkshelf
, I'd like to capture & distribute my current cookbooks.
After telling teammates to install berkshelf
, these options seem possible:
- retrieve cookbooks via the opscode repo per
Berksfile
cookbook - run
berks package
to tar-ball all necessary cookbooks. Then, developers would unzip the tarball, then their Berksfile would retrieve each cookbook viacookbook X, path: 'cookbooks/X'
- ???
Which option is the best and why?