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