Vagrant plugins are used to change how Vagrant does something or to add extended functionality to Vagrant.
Current setup: Virtualbox 5.1.20 with Vagrant 1.9.3 Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9.3 I installed the latest version of Virtualbox and tried …
vagrant virtualbox vagrant-pluginI use Vagrant on VirtualBox. Yesterday, I saved a snapshot of my project by running: $ vagrant snapshot save 'my-project-date-time' Today, …
vagrant snapshot vagrant-plugin