vagrant/templates
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 Change default puppet manifest to be init.pp in template 2013-04-07 15:07:50 -07:00
config Support warnings/errors when upgrading Vagrantfiles internally 2013-01-20 22:04:50 -05:00
guests `static` is not a valid BOOTPROTO value 2013-04-07 15:57:56 -04:00
locales more concise message for BoxNotFound error 2013-05-05 18:23:12 +04:00
nfs Add `fsid` to linux exports for NFS. [GH-736] 2012-02-14 23:08:32 -08:00
provisioners Properly configure Chef solo when no roles path [GH-1665] 2013-05-01 18:58:22 -07:00
package_Vagrantfile.erb New `vagrant package` option `--vagrantfile` and changed semantics of `--include` (see CHANGELOG) 2010-09-12 23:20:13 -06:00
rgloader.rb Extra protection in the rgloader file 2013-01-31 19:54:50 -08:00