我使用Chef(+ library chef)安装了Vagrant + Virtualbox.当我vagrant up第一次做的时候,烹饪书正确加载.但是,当我事后做好准备时(无论如何vagrant provision,vagrant reload --provision或者vagrant up --provision我收到此错误:
Shared folders that Chef requires are missing on the virtual machine.
This is usually due to configuration changing after already booting the
machine. The fix is to run a `vagrant reload` so that the proper shared
folders will be prepared and mounted on the VM.
Run Code Online (Sandbox Code Playgroud)
我到处搜索,唯一的解决办法就是这样做vagrant reload --provision,这可以达到Vagrant 1.3.1.