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
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-windows-domain.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../lib", __FILE__)) end |