vagrant/plugins
Anton Kalyaev 6c5a580006 more concise message for BoxNotFound error
Now we have different providers, but the error message didn't tell
anything about it. Suppose I want to remove one of my boxes:

    vagrant box remove opscode-ubuntu-12.04 vritualbox

There is a typo in provider name. The error message is:

    Box 'opscode-ubuntu-12.04' could not be found.

Therefore I need to double check the box name, and only than I will see
the typo.

This commit make the error message looks like this:

    Box 'opscode-ubuntu-12.04' with 'vritualbox' provider could not be
found.
2013-05-05 18:23:12 +04:00
..
commands more concise message for BoxNotFound error 2013-05-05 18:23:12 +04:00
communicators/ssh Improved SSH logging for connections 2013-04-19 10:14:45 -06:00
guests SmartOS should be OmniOS 2013-05-01 19:02:00 -07:00
hosts When cleaning NFS, properly escape certain characters 2013-02-08 16:18:57 -08:00
kernel_v1 Allow network names to be strings in V1 config 2013-05-01 21:29:28 -07:00
kernel_v2 Compile the provider overrides early so config caching works 2013-04-19 23:16:09 -06:00
providers/virtualbox Detect missing Linux kexts via vboxnetctl error message [GH-1671] 2013-04-30 09:45:00 -07:00
provisioners Puppet provisioner supports hiera by specifying hiera_config_path 2013-05-01 18:44: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.