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

Class Method Details

.source_rootPathname

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.expand_path("../../", __FILE__))
end