Module: VagrantPlugins::WindowsDomain

Includes:
Vagrant::Action::Builtin
Included in:
LeaveDomain
Defined in:
lib/vagrant-windows-domain.rb,
lib/vagrant-windows-domain/config.rb,
lib/vagrant-windows-domain/plugin.rb,
lib/vagrant-windows-domain/provisioner.rb,
lib/vagrant-windows-domain/action/leave_domain.rb

Defined Under Namespace

Classes: Config, DSCUnsupportedOperation, LeaveDomain, Plugin, Provisioner, WindowsDomainError

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-windows-domain.rb', line 14

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../lib", __FILE__))
end