vagrant/plugins
Chris Roberts 6c1a9dc58e Store box metadata of active guest
When a guest is created, the box metadata information is stored in the
machine data directory. This allows modifications to happen to the
Vagrantfile definition of the box in use (box name change, box version
change, etc) while still allowing the Machine instance of an active
guest successfully load the box currently backing it.
2018-08-02 11:01:36 -07:00
..
commands Store box metadata of active guest 2018-08-02 11:01:36 -07:00
communicators Only reset the _init on testing cleanup 2018-07-30 14:44:36 -07:00
guests Merge pull request #9935 from whitel/fix-for-#9878 2018-07-27 10:22:42 -07:00
hosts Remove localization dependency from SMB list generation 2018-07-19 13:40:54 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Merge pull request #10066 from chrisroberts/e-net-ssh-update 2018-07-31 13:48:49 -07:00
providers Merge pull request #10079 from chrisroberts/f-win-virt-ext 2018-07-31 13:54:55 -07:00
provisioners Fix Chef apply provisioner to not set node_name 2018-06-11 10:35:52 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Enable rsync synced folders for non-DrvFs file systems within WSL 2018-07-06 16:58:12 -07:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

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.