vagrant/plugins
Adam Spiers ce13051d61 eliminate guesswork with Vagrantfile errors
If the Vagrantfile has some kind of error, display not only
its path and the exception message, but also the originating
line number and exception class.

Also log the full backtrace when the error is in a provider
block, just as it is done when it's outside a provider block.
2015-05-31 18:25:51 -07:00
..
commands Add option to enable trusted HTTP redirects 2015-05-31 09:34:02 -07:00
communicators communicators/winrm: don't stop task on idle end 2015-03-12 15:25:40 -05:00
guests Merge pull request #5750 from alh84001/feature/capability_guest_darwin_mount_smb 2015-05-30 21:34:53 -07:00
hosts Allow colon in NFS ID regex 2015-01-20 14:11:42 +00:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 eliminate guesswork with Vagrantfile errors 2015-05-31 18:25:51 -07:00
providers Merge pull request #5691 from bergman/list-of-nics-to-bridge-to 2015-05-30 12:02:17 -07:00
provisioners Style fixes 2015-05-31 10:19:03 -07:00
pushes Cleanup style 2015-04-02 10:11:41 -04:00
synced_folders Merge pull request #4867 from malonecm/GH4201-ShowRSyncOutput 2015-05-30 21:21:26 -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.