vagrant/plugins
Brian Cain ece5449dd2
Update virtualbox configure_disks to use storage controller attachments
This commit updates how Vagrant manages disk state with the virtualbox
provider. Instead of using the raw structure from `list_hdds` for
all_disks, it instead uses that data that now lives inside the
controllers attachment structure.
2020-07-14 09:22:55 -07:00
..
commands Option to gracefully destroy vm 2020-05-29 15:36:40 -04:00
communicators Merge pull request #11540 from soapy1/winrm-config-docs 2020-04-29 09:57:23 -04:00
guests Merge pull request #11567 from soapy1/suse-hosts-mod 2020-06-15 14:29:43 -05:00
hosts Make tests check for output directory creation 2020-07-02 09:53:40 -05:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Fix a couple of tests 2020-07-09 15:33:19 -04:00
providers Update virtualbox configure_disks to use storage controller attachments 2020-07-14 09:22:55 -07:00
provisioners Ensure shell provisioner gets extension specified in path config if exists 2020-05-26 16:35:31 -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 Refactor out persisting a mount to it's own guest cap 2020-05-29 15:26:48 -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.