hello, My understanding is that is a core feature based on how the vagrantfiles (plural) are joined.. basically you have upto 3 vagrantfiles, one in the project dir, one that came with the base box and one global, and on each of those you can put multiple stuff..
thats why before doing anything vagrant will parse the files and follow up an order.. you can even have a loop over a variable.. so say you start 3 servers.. then later you can increase to more, say 5.. vagrant up will just spin up the new ones https://docs.vagrantup.com/v2/vagrantfile/tips.html is very cool stuff as you said. On Tue, Jan 27, 2015 at 12:38 AM, pixel fairy <[email protected]> wrote: > Tried adding and remove boxes to a vagrant file, and it worked. the > vagrant file had entries for "alice" and "bob" with no other configuration. > then added "charlie", re ran vagrant up, and vagrant status and there was > charlie like it was there all along. vagrant destroy charlie, erase charlie > from the vagrant file, and charlies gone like it never existed. > > Hope future versions don't remove this capability. Fun things can be done > with it. > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
