Module: VagrantPlugins::AWS::WinRM
- Defined in:
- lib/vagrant-aws-winrm.rb,
lib/vagrant-aws-winrm/plugin.rb,
lib/vagrant-aws-winrm/version.rb,
lib/vagrant-aws-winrm/capability.rb
Defined Under Namespace
Classes: Capability, Plugin
Constant Summary collapse
- VERSION =
"0.0.2"
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.
11 12 13 |
# File 'lib/vagrant-aws-winrm.rb', line 11 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |