Sha256: 549924da92bc05e2fec1f14268a32c9a5488bdc4083bf1ed8e06200bd8f82fbe

Contents?: true

Size: 1.27 KB

Versions: 20

Compression:

Stored size: 1.27 KB

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

      host_capability("darwin", "smb_installed") do
        require_relative "cap/smb"
        Cap::SMB
      end

      host_capability("darwin", "smb_prepare") do
        require_relative "cap/smb"
        Cap::SMB
      end

      host_capability("darwin", "smb_mount_options") do
        require_relative "cap/smb"
        Cap::SMB
      end

      host_capability("darwin", "smb_cleanup") do
        require_relative "cap/smb"
        Cap::SMB
      end

      host_capability("darwin", "smb_start") do
        require_relative "cap/smb"
        Cap::SMB
      end

      host_capability("darwin", "configured_ip_addresses") do
        require_relative "cap/configured_ip_addresses"
        Cap::ConfiguredIPAddresses
      end
    end
  end
end

Version data entries

20 entries across 16 versions & 3 rubygems

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