Re: [vagrant-up] Re: how to determine provider in Vagrantfile

2014-05-28 Thread Brian Gonzalez
You could also check the provider type from with the provider block, and set up some conditional config there: config.vm.provider digital_ocean do |provider| puts * Using Digital Ocean Provider * config.ssh.private_key_path = ~/.ssh/id_rsa if provider.is_a?

[vagrant-up] Re: How would I convert these VBoxManage commands to vagrant?

2016-09-15 Thread Brian Gonzalez
You ever figure this out? On Monday, August 15, 2011 at 8:30:40 AM UTC-4, Bruno Bronosky wrote: > > My current method of distributing our dev environment is a link to an > OVA file and a script including these commands. I'd like to switch to > vagrant. I've been reading the vagrant code and it

[vagrant-up] change winrm logon credentials mid-vagrantfile

2016-09-29 Thread Brian Gonzalez
Is there a way to change the winrm creds after a "config.vm.provision :reload" is executed? this would allow me to add a machine to a domain and then log on via winrm using different creds. Thanks in advance. -BG -- This mailing list is governed under the HashiCorp Community Guidelines -

Re: [vagrant-up] change winrm logon credentials mid-vagrantfile

2016-09-29 Thread Brian Gonzalez
around if block ? > > > > On Thu, Sep 29, 2016 at 6:50 PM, Brian Gonzalez <brianfg...@gmail.com > > wrote: > >> Is there a way to change the winrm creds after a "config.vm.provision >> :reload" is executed? this would allow me to add a machine to a domain

Re: [vagrant-up] Command not in installer? ( ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "list", "bridgedifs"])

2016-09-20 Thread Brian Gonzalez
Al, I'm not sure to be honest. Let me try that and get back to you. On Tuesday, September 20, 2016 at 4:00:16 AM UTC-4, Alvaro Miranda Aguilera wrote: > > hello > > did you reboot after Vagrant installation? > > Alvaro > > On Tue, Sep 20, 2016 at 2:15 AM, Brian Gonzal

[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

Re: [vagrant-up] Command not in installer? ( ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "list", "bridgedifs"])

2016-09-20 Thread Brian Gonzalez
30aaeeaa93bb9b943128767f11e56530 config.vm.network "public_network", ip: "192.168.50.1", bridge: "Intel(R) Ethernet Connection (3) I218-LM" /BG On Tuesday, September 20, 2016 at 5:58:16 PM UTC-4, Alvaro Miranda Aguilera wrote: > > Hi > > in any case, th

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

2016-09-19 Thread Brian Gonzalez
der=vmware_desktop > > Alvaro > > On Mon, Sep 19, 2016 at 9:43 PM, Brian Gonzalez <brianfg...@gmail.com > > wrote: > >> How do i tell vagrant to NOT install virtualbox? If I run vagrantup on a >> machine with vmware workstation, it goes out and grabs virtua