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

Version Path
vagrant-unbundled-2.2.4.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.2.3.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.2.2.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.2.0.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.1.4.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.1.2.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/bsd/cap/virtualbox.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/bsd/cap/virtualbox.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/bsd/cap/virtualbox.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/bsd/cap/virtualbox.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/bsd/cap/virtualbox.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.1.1.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.0.4.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.0.3.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/guests/bsd/cap/virtualbox.rb
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/guests/bsd/cap/virtualbox.rb
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.0.2.0 plugins/guests/bsd/cap/virtualbox.rb
vagrant-unbundled-2.0.1.0 plugins/guests/bsd/cap/virtualbox.rb