Try to install dependent plugins only on `vagrant up`. Currently, [this is done as soon as the user and his Vagrant daemon interact with the Vagrantfile][1], for example on `vagrant status`. This could be confusing, to say the least! [1]: https://github.com/martinanderssondotcom/mini-dev/blob/bc892d9f62d1116a8b08ffc26b19a6cb668c0d55/Vagrantfile#L24-L30
Try to install dependent plugins only on
vagrant up. Currently, this is done as soon as the user and his Vagrant daemon interact with the Vagrantfile, for example onvagrant status. This could be confusing, to say the least!