Sha256: bf442554feeb93bb251c43c147bfe2b832594296987e60e7e5b3d4344f29e4cb
Contents?: true
Size: 591 Bytes
Versions: 33
Compression:
Stored size: 591 Bytes
Contents
module VagrantPlugins module GuestBSD module Cap class VirtualBox # BSD-based guests do not currently support VirtualBox synced folders. # Instead of raising an error about a missing capability, this defines # the capability and then provides a more detailed error message, # linking to sources on the Internet where the problem is # better-described. def self.mount_virtualbox_shared_folder(machine, name, guestpath, options) raise Vagrant::Errors::VirtualBoxMountNotSupportedBSD end end end end end
Version data entries
33 entries across 29 versions & 4 rubygems