dab4537682
Vagrant's environment (which includes the known list of boxes and versions) is established at the start of the Vagrant run. This means that box downloads which occur during the run are not contained in the set until the next run. This causes duplicate box downloads to raise an error in multi-machine Vagrantfiles. This commit fixes that issue by pre-processing the machines by provider and version, creating a unique set of boxes to update. Fixes GH-6042 |
||
---|---|---|
.. | ||
command | ||
plugin.rb |