I just installed vagrant-chef-zero (0.7.1) on vagrant v1.6.1 on OS X Mavericks. A Gist with output from a vagrant up is here. Berkshelf is not being used.
This is a multi-VM Vagrantfile and I've added:
config.chef_zero.chef_repo_path = "../../.."
which ends up going to my primary chef-repo directory containing roles, nodes, cookbooks, etc.
I just installed vagrant-chef-zero (0.7.1) on vagrant v1.6.1 on OS X Mavericks. A Gist with output from a
vagrant up
is here. Berkshelf is not being used.This is a multi-VM Vagrantfile and I've added:
config.chef_zero.chef_repo_path = "../../.."
which ends up going to my primary chef-repo directory containing roles, nodes, cookbooks, etc.