Re: [vagrant-up] tell vagrant to NOT install virtualbox?

2016-09-19 Thread Alvaro Miranda Aguilera
when you customize the vagrantfile for providers, that will take precedence. if you have a normal vagrantfile without any customization for provider, it will automatically use virtualbox by default and vmware for those machines with vagrant-vmware plugin you can try this put the vmware code befo

Re: [vagrant-up] tell vagrant to NOT install virtualbox?

2016-09-19 Thread Brian Gonzalez
Al, Thanks, I was hoping to avoid having to pass additional args, because i'm going to be sharing this with lots of people on my team. I'm testing a workaround now, which is changing my vagrantfile to set the provider using a File.exist? ruby block, seems to be a decent workaround? any thought

Re: [vagrant-up] tell vagrant to NOT install virtualbox?

2016-09-19 Thread Alvaro Miranda Aguilera
line 85 is virtualbox, and its before vmware.. thats the reason comment that out or use vagrant up --provider=vmware_desktop Alvaro On Mon, Sep 19, 2016 at 9:43 PM, Brian Gonzalez wrote: > How do i tell vagrant to NOT install virtualbox? If I run vagrantup on a > machine with vmware workstat

[vagrant-up] tell vagrant to NOT install virtualbox?

2016-09-19 Thread Brian Gonzalez
How do i tell vagrant to NOT install virtualbox? If I run vagrantup on a machine with vmware workstation, it goes out and grabs virtualbox.. Heres a gist of my Vagrantfile: https://gist.github.com/brianfgonzalez/30aaeeaa93bb9b943128767f11e56530#file-vagrantfile -BG -- This mailing list is go