Re: [vagrant-up] different box by provider?

2017-08-07 Thread pixel fairy
On Monday, August 7, 2017 at 5:06:15 AM UTC-7, Alvaro Miranda Aguilera wrote: > > Hello > > > https://www.vagrantup.com/docs/providers/configuration.html#overriding-configuration > > If you think is not easy to reach, OR, something is missed, please feel > free to say so, so we can update the

Re: [vagrant-up] different box by provider?

2017-08-07 Thread Alvaro Miranda Aguilera
Hello https://www.vagrantup.com/docs/providers/configuration.html#overriding-configuration If you think is not easy to reach, OR, something is missed, please feel free to say so, so we can update the documentation. Where do you think is more natural to have this if the current place is hard to

Re: [vagrant-up] different box by provider?

2017-08-07 Thread pixel fairy
On Monday, August 7, 2017 at 4:40:43 AM UTC-7, Torben Knerr wrote: > > Hi, > > you can override it in a provider specific block using the 2nd block > argument, e.g.: > > Thanks! where is this documented? vagrant needs a wiki for all the stuff not covered in the docs. -- This mailing list

Re: [vagrant-up] different box by provider?

2017-08-07 Thread Torben Knerr
Hi, you can override it in a provider specific block using the 2nd block argument, e.g.: config.vm.provider :virtualbox do |vbox, override| override.vm.box = "some/box" end config.vm.provider :libvirt do |libv, override| override.vm.box = "other/box" end Cheers, Torben On

[vagrant-up] different box by provider?

2017-08-07 Thread pixel fairy
how does one specify a different box for different providers? for example hashicorp/xenial64 for virtualbox, something else for libvirt. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of