vagrant/plugins
sophia 298027b70e Automatically mount virtual box shared folder when machine reboots
This is done by adding the mount to fstab
ref: https://askubuntu.com/questions/252853/how-to-mount-a-virtualbox-shared-folder-at-startup

Note, add `nofail` to mount options so as to not stop machine from booting if device disappears
2020-05-29 15:26:48 -04:00
..
commands Add support for configuring SSH connect timeout 2020-04-20 14:23:21 -07:00
communicators Merge pull request #11540 from soapy1/winrm-config-docs 2020-04-29 09:57:23 -04:00
guests Automatically mount virtual box shared folder when machine reboots 2020-05-29 15:26:48 -04:00
hosts Merge pull request #10592 from ichesnokov/master 2020-03-30 10:31:48 -04:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Remove whitespace 2020-05-20 10:44:14 -07:00
providers Remove obtaining name from docker container info 2020-05-12 11:26:48 -07:00
provisioners Seperate podman centos and rhel install 2020-05-06 15:33:44 -04:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Clarify SMB username format 2020-04-13 14:21:21 -04:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.