Module: VagrantPlugins::Proxmox

Defined in:
lib/vagrant-proxmox.rb,
lib/vagrant-proxmox/action.rb,
lib/vagrant-proxmox/config.rb,
lib/vagrant-proxmox/errors.rb,
lib/vagrant-proxmox/plugin.rb,
lib/vagrant-proxmox/version.rb,
lib/vagrant-proxmox/provider.rb,
lib/vagrant-proxmox/action/stop_vm.rb,
lib/vagrant-proxmox/action/start_vm.rb,
lib/vagrant-proxmox/action/create_vm.rb,
lib/vagrant-proxmox/action/destroy_vm.rb,
lib/vagrant-proxmox/action/is_created.rb,
lib/vagrant-proxmox/action/is_stopped.rb,
lib/vagrant-proxmox/action/read_state.rb,
lib/vagrant-proxmox/action/shutdown_vm.rb,
lib/vagrant-proxmox/action/sync_folders.rb,
lib/vagrant-proxmox/action/get_node_list.rb,
lib/vagrant-proxmox/action/read_ssh_info.rb,
lib/vagrant-proxmox/action/proxmox_action.rb,
lib/vagrant-proxmox/action/connect_proxmox.rb,
lib/vagrant-proxmox/action/message_not_created.rb,
lib/vagrant-proxmox/action/cleanup_after_destroy.rb,
lib/vagrant-proxmox/action/message_already_running.rb,
lib/vagrant-proxmox/action/message_already_stopped.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.0.2'

Class Method Summary collapse

Class Method Details

.source_rootObject



18
19
20
# File 'lib/vagrant-proxmox.rb', line 18

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