Sha256: dae68f3f38032d2179e359fa2aac668061c6b6f1b336ecdd88caef713b24bd26

Contents?: true

Size: 782 Bytes

Versions: 38

Compression:

Stored size: 782 Bytes

Contents

module Vagrant
  module Plugin
    module V2
      # A base class for a guest OS. A guest OS is responsible for detecting
      # that the guest operating system running within the machine. The guest
      # can then be extended with various "guest capabilities" which are their
      # own form of plugin.
      #
      # The guest class itself is only responsible for detecting itself,
      # and may provide helpers for the capabilties.
      class Guest
        # This method is called when the machine is booted and has communication
        # capabilities in order to detect whether this guest operating system
        # is running within the machine.
        #
        # @return [Boolean]
        def detect?(machine)
          false
        end
      end
    end
  end
end

Version data entries

38 entries across 35 versions & 8 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-2.0.3.0 lib/vagrant/plugin/v2/guest.rb
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/lib/vagrant/plugin/v2/guest.rb
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/lib/vagrant/plugin/v2/guest.rb
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-2.0.2.0 lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-2.0.1.0 lib/vagrant/plugin/v2/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.22 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-f3fdbf414272/lib/vagrant/plugin/v2/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.16 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-1ee58c40e3f5/lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-2.0.0.1 lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-1.9.8.1 lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-1.9.7.1 lib/vagrant/plugin/v2/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/lib/vagrant/plugin/v2/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/lib/vagrant/plugin/v2/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/lib/vagrant/plugin/v2/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-1.9.5.1 lib/vagrant/plugin/v2/guest.rb
vagrant-unbundled-1.9.1.1 lib/vagrant/plugin/v2/guest.rb
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/guest.rb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/lib/vagrant/plugin/v2/guest.rb