Module: VagrantPlugins::VCenter

Defined in:
lib/vagrant-vcenter.rb,
lib/vagrant-vcenter/action.rb,
lib/vagrant-vcenter/config.rb,
lib/vagrant-vcenter/errors.rb,
lib/vagrant-vcenter/plugin.rb,
lib/vagrant-vcenter/version.rb,
lib/vagrant-vcenter/provider.rb,
lib/vagrant-vcenter/action/resume.rb,
lib/vagrant-vcenter/action/destroy.rb,
lib/vagrant-vcenter/action/suspend.rb,
lib/vagrant-vcenter/action/build_vm.rb,
lib/vagrant-vcenter/action/power_on.rb,
lib/vagrant-vcenter/action/is_paused.rb,
lib/vagrant-vcenter/action/power_off.rb,
lib/vagrant-vcenter/action/is_created.rb,
lib/vagrant-vcenter/action/is_running.rb,
lib/vagrant-vcenter/action/read_state.rb,
lib/vagrant-vcenter/cap/public_address.rb,
lib/vagrant-vcenter/action/read_ssh_info.rb,
lib/vagrant-vcenter/action/connect_vcenter.rb,
lib/vagrant-vcenter/action/inventory_check.rb,
lib/vagrant-vcenter/action/announce_ssh_exec.rb,
lib/vagrant-vcenter/action/disconnect_vcenter.rb,
lib/vagrant-vcenter/action/message_not_created.rb,
lib/vagrant-vcenter/action/message_cannot_suspend.rb,
lib/vagrant-vcenter/action/message_already_running.rb,
lib/vagrant-vcenter/action/message_will_not_destroy.rb

Overview

Set version for vagrant-vcenter gem.

Defined Under Namespace

Modules: Action, Cap, Errors Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-vcenter.rb', line 14

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