Sha256: f230fa1ffde742dfdff42f2b5bb70e0b608fcb9503c6f98aaf6af5b8ae9a1055
Contents?: true
Size: 562 Bytes
Versions: 22
Compression:
Stored size: 562 Bytes
Contents
require "vagrant" module VagrantPlugins module HostDarwin class Plugin < Vagrant.plugin("2") name "Mac OS X host" description "Mac OS X host support." host("darwin", "bsd") do require_relative "host" Host end host_capability("darwin", "provider_install_virtualbox") do require_relative "cap/provider_install_virtualbox" Cap::ProviderInstallVirtualBox end host_capability("darwin", "rdp_client") do require_relative "cap/rdp" Cap::RDP end end end end
Version data entries
22 entries across 22 versions & 3 rubygems