Module: VagrantPlugins::WinAzure

Defined in:
lib/vagrant-azure.rb,
lib/vagrant-azure/action.rb,
lib/vagrant-azure/config.rb,
lib/vagrant-azure/driver.rb,
lib/vagrant-azure/errors.rb,
lib/vagrant-azure/plugin.rb,
lib/vagrant-azure/version.rb,
lib/vagrant-azure/provider.rb,
lib/vagrant-azure/action/rdp.rb,
lib/vagrant-azure/action/provision.rb,
lib/vagrant-azure/action/read_state.rb,
lib/vagrant-azure/action/restart_vm.rb,
lib/vagrant-azure/provisioner/shell.rb,
lib/vagrant-azure/provisioner/puppet.rb,
lib/vagrant-azure/action/run_instance.rb,
lib/vagrant-azure/action/sync_folders.rb,
lib/vagrant-azure/command/rdp/command.rb,
lib/vagrant-azure/action/connect_azure.rb,
lib/vagrant-azure/action/read_ssh_info.rb,
lib/vagrant-azure/action/stop_instance.rb,
lib/vagrant-azure/action/start_instance.rb,
lib/vagrant-azure/action/wait_for_state.rb,
lib/vagrant-azure/provisioner/chef-solo.rb,
lib/vagrant-azure/communication/powershell.rb,
lib/vagrant-azure/action/terminate_instance.rb,
lib/vagrant-azure/action/wait_for_communicate.rb,
lib/vagrant-azure/action/vagrant_azure_service.rb

Defined Under Namespace

Modules: Action, Communicator, Errors, Provisioner Classes: Command, Config, Driver, Plugin, Provider

Constant Summary collapse

VERSION =
'1.0.5'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


29
30
31
# File 'lib/vagrant-azure.rb', line 29

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