vagrant/plugins
Antonio Terceiro 4fd2373753 nfs: avoid adding extra newlines to /etc/exports
StringBlockEditor already adds the necessary newlines. That extra
newline was making /etc/exports longer and longer, full of empty lines,
because StringBlockEditor doesn't know about it and does not remove it.
2019-11-17 00:33:08 -03:00
..
commands Fixup: Ensure Gem::Version.new does not receive nil value 2019-11-14 14:51:29 -08:00
communicators Remove require of net/sftp library 2019-03-20 13:02:08 -07:00
guests Fixes #10753: Add reboot support for Linux guests (#11194) 2019-11-15 14:46:36 -05:00
hosts nfs: avoid adding extra newlines to /etc/exports 2019-11-17 00:33:08 -03:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Fixes #11173: Show guest name in hostname erorr message 2019-11-04 08:41:51 -08:00
providers Only return interfaces where addr is not nil 2019-10-10 10:49:03 -07:00
provisioners Add support for other checksum types 2019-10-08 11:23:48 -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 Fixes #10966: Ensure all subdirectory files are watched 2019-09-26 08:29:37 -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.