Module: VagrantPlugins::VSphereDDNS::Action

Includes:
Vagrant::Action::Builtin
Defined in:
lib/vagrant-vsphere-ddns/action.rb,
lib/vagrant-vsphere-ddns/action/get_ssh_info.rb,
lib/vagrant-vsphere-ddns/action/wait_for_ip_address.rb

Defined Under Namespace

Classes: GetSshInfo, WaitForIPAddress

Class Method Summary collapse

Class Method Details

.action_get_ssh_infoObject



9
10
11
12
13
14
# File 'lib/vagrant-vsphere-ddns/action.rb', line 9

def self.action_get_ssh_info
  Vagrant::Action::Builder.new.tap do |b|
    b.use GetSshInfo
    b.use WaitForIPAddress
  end
end