I'm using Vagrant with Berkshelf and Chef Solo. I have multiple projects with multiple VMs. I recently realized that for some, I need to use the 'yum' cookbook 2.x version and for others the 'yum' cookbook 3.x version. I believe that Berkshelf can install both just fine, but I don't know how to specify which one in particular within my Vagrantfile.
Is it part of the JSON within the Chef Solo config block? Or is it a param for the add_recipe() method?
I can't find any good references for this.
TIA!