Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds acceptance test for Fedora 23 * Add vbguest plugin * Fedora `fedora/23-cloud-base` is missing VirtualBox Guest Plugins: ``` Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was: mount -t vboxsf -o uid=`id -u root`,gid=`getent group vagrant | cut -d: -f3` tmp_vagrant-puppet_environments /tmp/vagrant-puppet/environments mount -t vboxsf -o uid=`id -u root`,gid=`id -g vagrant` tmp_vagrant-puppet_environments /tmp/vagrant-puppet/environments The error output from the last command was: mount: unknown filesystem type 'vboxsf' ```
- Loading branch information