Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMware boxes claim to be built on VMware Fusion, but report VMware Desktop #231

Closed
miketheman opened this issue Jun 14, 2014 · 1 comment

Comments

@miketheman
Copy link

See here:

$ vagrant box add --provider vmware_fusion opscode_ubuntu-12.04_chef-provisionerless http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-12.04_chef-provisionerless.box
==> box: Adding box 'opscode_ubuntu-12.04_chef-provisionerless' (v0) for provider: vmware_fusion
    box: Downloading: http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-12.04_chef-provisionerless.box
The box you attempted to add doesn't match the provider you specified.

Provider expected: vmware_fusion
Provider of box: vmware_desktop
@juliandunn
Copy link
Contributor

I think this is a documentation bug in Vagrant. The following works for me:

$ vagrant box add --provider vmware_desktop opscode_ubuntu-12.04_chef-provisionerless http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-12.04_chef-provisionerless.box
==> box: Adding box 'opscode_ubuntu-12.04_chef-provisionerless' (v0) for provider: vmware_desktop
    box: Downloading: http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-12.04_chef-provisionerless.box
==> box: Successfully added box 'opscode_ubuntu-12.04_chef-provisionerless' (v0) for 'vmware_desktop'!
$ vagrant up
Bringing machine 'default' up with 'vmware_fusion' provider...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants