berkshelf / vagrant-berkshelf

A Vagrant plugin to add Berkshelf integration to the Chef provisioners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant only mounts share for new machines with Vagrant 1.7.2

sbuzonas opened this issue · comments

$ vagrant --version && vagrant plugin list
Vagrant 1.7.2
vagrant-berkshelf (4.0.2)
vagrant-share (1.1.3, system)

With chef_solo and chef_zero provisioners with the default shared folder type and nfs. It's looking like this is a bug in vagrant because I see the warden calls to VagrantPlugins::Berkshelf::Action::Share.

I can't quite pinpoint what isn't happening.