#805476 vagrant: virtualbox depency for quick start not present

Package:
vagrant
Source:
vagrant
Description:
Tool for building and distributing virtualized development environments
Submitter:
wim
Date:
2015-11-18 14:57:09 UTC
Severity:
minor
#805476#5
Date:
2015-11-18 14:54:55 UTC
From:
To:
Hallo,

after installing and trying vagrant,
using the quickstart instructions of

$ vagrant init debian/jessie64
$ vagrant up

"
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:

Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
Vagrant uses the `VBoxManage` binary that ships with VirtualBox, and requires
this to be available on the PATH. If VirtualBox is installed, please find the
`VBoxManage` binary and add it to the PATH environmental variable.
"

I didn't find a reference to the machine default so i could change it.
Also the README.md in the user docs seem to be an inheritance from an old ubuntu (precise) installation.

Conclusion: the virtualbox package should be depency (or maybe recommends); README.md file needs an update

mvg,
Wim Bertels