vagrant/plugins
John Ericson bdde324158 IMPR: Changes format of configuration of this. Now it better represent concept discussed in https://github.com/hashicorp/vagrant/pull/6321#issuecomment-179687930.
IMPR: Now the size of a new disk is specified in MB instead GB as wished in https://github.com/hashicorp/vagrant/pull/6321#issuecomment-179687930.
MISC: Got this working on creating a new machine. Seems to be problems when halting and up'ing the machine again. It says it can't attach the disk again. Perhaps it was better having this code in import_vm.ps1 anyway?
MISC: Lots of puts for debug purposes.
2018-07-19 20:11:00 +02:00
..
commands Raise error if argument is provided with `--all-global` flag 2018-05-11 15:43:14 -07:00
communicators Rename method name when checking capability 2018-06-12 14:13:10 -07:00
guests Merge pull request #9867 from jnahorny/fix-9592-systemd-networkd 2018-06-08 16:08:27 -07:00
hosts Prevent SMB output from being wrapped 2018-06-12 16:47:47 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 (#9997) Catch and allow for non-standard exit codes 2018-07-09 15:56:26 -07:00
providers IMPR: Changes format of configuration of this. Now it better represent concept discussed in https://github.com/hashicorp/vagrant/pull/6321#issuecomment-179687930. 2018-07-19 20:11:00 +02: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 Remove unused PowerShell scripts 2018-05-24 15:33:36 -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.