Module: VagrantPlugins::VSphereDDNS

Defined in:
lib/vagrant-vsphere-ddns.rb,
lib/vagrant-vsphere-ddns/action.rb,
lib/vagrant-vsphere-ddns/config.rb,
lib/vagrant-vsphere-ddns/errors.rb,
lib/vagrant-vsphere-ddns/plugin.rb,
lib/vagrant-vsphere-ddns/version.rb,
lib/vagrant-vsphere-ddns/action/get_ssh_info.rb,
lib/vagrant-vsphere-ddns/action/wait_for_ip_address.rb

Defined Under Namespace

Modules: Action, Errors Classes: Config, Plugin

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-vsphere-ddns.rb', line 13

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