Sha256: 86c1b973c688fbfa24f8000be20cf7f38b56ae1a67b6acad3b1530fcd096bc73
Contents?: true
Size: 608 Bytes
Versions: 17
Compression:
Stored size: 608 Bytes
Contents
module VagrantPlugins module GuestBSD module Cap class MountVirtualBoxSharedFolder # 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
17 entries across 17 versions & 3 rubygems