chrisroberts / vagabond

Advocating idleness and work-shyness
Other
233 stars 25 forks source link

Make vagabond kitchen play nice with berkshelf #11

Closed spheromak closed 11 years ago

spheromak commented 11 years ago

The issue before this patch was that the cookbook loader would load with a Cheffile using the metadata for the cook. All good and dandy till you have a Berksfile that points to git branches and the such.

This breaks it up so that if there is a berksfile it will use it to load the cooks for the solo run. If no berksfile then the old behavior is preserved.

spheromak commented 11 years ago

Ack sorry about the newline changes. My vimrc cleans up random end of line spaces (due to some rules for openstack-chef). If its a big deal I can submit a PR that just has the whitespace changes.

chrisroberts commented 11 years ago

Awesome! Thanks :beer: