schubergphilis / vagrant-chef-zero

Vagrant Plugin for Chef Zero
Apache License 2.0
91 stars 42 forks source link

Enable the usage of arrays of cookbook directories #34

Closed jesseadams closed 10 years ago

jesseadams commented 10 years ago

I have a local directory of custom cookbooks and then use Berkshelf to pull in other cookbooks into a vendor directory. This change allows users to supply not only an array of cookbooks but a mix including multiple cookbook directories as well.

The tests should explain further.

Thanks!

andrewgross commented 10 years ago

Thanks for the PR, will check it out.

gmcinnes commented 10 years ago

+1 for this. Anything I could do to help speed this along would be awesome @andrewgross

jesseadams commented 10 years ago

@andrewgross - Is there any interest in getting this merged in? If not, please just close it out.

andrewgross commented 10 years ago

Good stuff, going to merge this in and see if I can't get it out while doing this next round of fixes.