Module: VagrantPlugins::VagrantHyperV
- Defined in:
- lib/vagrant-windows-hyperv.rb,
lib/vagrant-windows-hyperv/action.rb,
lib/vagrant-windows-hyperv/driver.rb,
lib/vagrant-windows-hyperv/errors.rb,
lib/vagrant-windows-hyperv/plugin.rb,
lib/vagrant-windows-hyperv/version.rb,
lib/vagrant-windows-hyperv/provider.rb,
lib/vagrant-windows-hyperv/action/rdp.rb,
lib/vagrant-windows-hyperv/action/export.rb,
lib/vagrant-windows-hyperv/guest/windows.rb,
lib/vagrant-windows-hyperv/action/package.rb,
lib/vagrant-windows-hyperv/guest/cap/halt.rb,
lib/vagrant-windows-hyperv/provisioner/shell.rb,
lib/vagrant-windows-hyperv/provisioner/puppet.rb,
lib/vagrant-windows-hyperv/command/rdp/command.rb,
lib/vagrant-windows-hyperv/provisioner/chef_solo.rb,
lib/vagrant-windows-hyperv/communication/powershell.rb,
lib/vagrant-windows-hyperv/action/setup_package_files.rb
Defined Under Namespace
Modules: Action, Communicator, Errors, Guest, Provisioner Classes: Command, Driver, Plugin, Provider
Constant Summary collapse
- VERSION =
"1.0.3"
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.
37 38 39 |
# File 'lib/vagrant-windows-hyperv.rb', line 37 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |