-
Notifications
You must be signed in to change notification settings - Fork 100
Undefined method "berksfile=" #24
Comments
Hey @Benedict could you please post your Vagrantfile? |
Certainly :)
|
I'm hitting this too. |
Would @mitchellh have idea what's the difference between vbox and fusion providers here? |
I've found the problem on AWS in #31 and suspect it's same issue for VMWare. Will try to fix tonight. If you have time and want to speed things up, can you dig into the VMWare plugin and see if it uses a custom provision action, like AWS does? |
@ivey The fusion provider is closed source (and encrypted), so it's a bit challenging. =) |
It doesn't use a custom provision action. Sent from my iPhone On Apr 18, 2013, at 2:55 PM, Teemu Matilainen notifications@github.com wrote:
|
same problem here...
|
for me this fixed it. I am however totally unsure of any possible side effects this might cause. |
Having this same problem. |
Interesting. That suggests our setup hook isn't firing. @mitchellh does vmware use ::Vagrant::Action::Builtin::ConfigValidate? That's what we hook our setup to. |
Okay, after way too many |
Yeah this has made my purchase of the vagrant vmware_fusion plugin useless :( @mitchellh Think this will this see some attention in the next release? |
@tmatilai The "provision" command indeed doesn't have the ConfigValidate middleware. Almost every other command does. I just pushed v0.6.2 of the Fusion provider which fixes this. Thanks! |
I can confirm that the new version fixes the issue. :D @mitchellh, thanks a ton! You're awesome! |
❤️ ❤️ ❤️ |
When ever I run
vagrant provision
I get the following error:This only happens when I run the vmware_fusion provider, the virtualbox provider doesn't cause this error. You can see the full output here:
https://gist.github.com/Benedict/5398961
Any pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered: