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/command/rdp.rb,
lib/vagrant-azure/action/os_type.rb,
lib/vagrant-azure/action/read_state.rb,
lib/vagrant-azure/action/restart_vm.rb,
lib/vagrant-azure/capabilities/winrm.rb,
lib/vagrant-azure/command/powershell.rb,
lib/vagrant-azure/action/run_instance.rb,
lib/vagrant-azure/action/sync_folders.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/powershell_run.rb,
lib/vagrant-azure/action/start_instance.rb,
lib/vagrant-azure/action/wait_for_state.rb,
lib/vagrant-azure/action/read_winrm_info.rb,
lib/vagrant-azure/action/terminate_instance.rb,
lib/vagrant-azure/action/vagrant_azure_service.rb

Defined Under Namespace

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

Constant Summary collapse

CLOUD_SERVICE_SEMAPHORE =
Mutex.new
VERSION =
'1.3.0'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


21
22
23
# File 'lib/vagrant-azure.rb', line 21

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