Re: [vagrant-up] Adding a setting in the Vagrantfile to disable a box

2014-02-19 Thread Alvaro Miranda Aguilera
other option will be check for a file, if the file exists, then enable the secondary box so where you need the secondary box, you can create a file say touch secondary.true :D secondary_box = secondary.true File.exist?(secondary_box) code block end On Tue, Feb 18, 2014 at 9:33 PM,

[vagrant-up] Is it possible to query a .box file by specific metadata/tags?

2014-02-19 Thread Luis Mayorga
Let's say i have 100 vagrant boxes and each contains an internal .json file with custom metadata. Is it possible to run something like vagrant box query virtualbox my_custom_vagrant_box.box -- You received this message because you are subscribed to the Google Groups Vagrant group. To