Sha256: 2a61884bd5fdec2a3afe7fbc075a4d106a861cac707f3161c64ee4c7e0927a94

Contents?: true

Size: 320 Bytes

Versions: 69

Compression:

Stored size: 320 Bytes

Contents

module VagrantPlugins
  module GuestDarwin
    module Cap
      class VerifyVmwareHgfs
        def self.verify_vmware_hgfs(machine)
          kext_bundle_id = "com.vmware.kext.vmhgfs"
          machine.communicate.test("kextstat -b #{kext_bundle_id} -l | grep #{kext_bundle_id}")
        end
      end
    end
  end
end

Version data entries

69 entries across 62 versions & 9 rubygems

Version Path
vagrant-unbundled-1.8.1.2 plugins/guests/darwin/cap/verify_vmware_hgfs.rb
vagrant-unbundled-1.8.1.1 plugins/guests/darwin/cap/verify_vmware_hgfs.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/guests/darwin/cap/verify_vmware_hgfs.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/guests/darwin/cap/verify_vmware_hgfs.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/guests/darwin/cap/verify_vmware_hgfs.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/guests/darwin/cap/verify_vmware_hgfs.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/darwin/cap/verify_vmware_hgfs.rb
tnargav-1.3.6 plugins/guests/darwin/cap/verify_vmware_hgfs.rb
tnargav-1.3.3 plugins/guests/darwin/cap/verify_vmware_hgfs.rb