Closed spheromak closed 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.
Awesome! Thanks :beer:
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.