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
-
.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.
13 14 15 |
# File 'lib/vagrant-vsphere-ddns.rb', line 13 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |