Open JoelProminic opened 2 years ago
I also found that the config.vagrant.plugins
solution requires rerunning the command after the plugin is installed:
% vagrant up 2>&1 | tee tmp.log
Vagrant has detected project local plugins configured for this
project which are not installed.
vagrant-vbguest
Install local plugins (Y/N) [N]: y
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Installed the plugin 'vagrant-vbguest (0.30.0)'!
Vagrant has completed installing local plugins for the current Vagrant
project directory. Please run the requested command again.
This page has some suggestions for automatically installing vagrant-vbguest from Vagrantfile:
We have used this snippet in another project:
However, I see that Vagrant now [supports]() defining the required projects in the configuration. Unfortunately, this has a confirmation prompt, so it may cause trouble for Moonshine.