Module: VagrantPlugins::Google

Defined in:
lib/vagrant-google.rb,
lib/vagrant-google/action.rb,
lib/vagrant-google/config.rb,
lib/vagrant-google/errors.rb,
lib/vagrant-google/plugin.rb,
lib/vagrant-google/version.rb,
lib/vagrant-google/provider.rb,
lib/vagrant-google/util/timer.rb,
lib/vagrant-google/action/is_created.rb,
lib/vagrant-google/action/read_state.rb,
lib/vagrant-google/action/run_instance.rb,
lib/vagrant-google/action/is_terminated.rb,
lib/vagrant-google/action/read_ssh_info.rb,
lib/vagrant-google/action/stop_instance.rb,
lib/vagrant-google/action/warn_networks.rb,
lib/vagrant-google/action/warn_ssh_keys.rb,
lib/vagrant-google/action/connect_google.rb,
lib/vagrant-google/action/start_instance.rb,
lib/vagrant-google/action/timed_provision.rb,
lib/vagrant-google/action/terminate_instance.rb,
lib/vagrant-google/action/message_not_created.rb,
lib/vagrant-google/action/setup_winrm_password.rb,
lib/vagrant-google/action/assign_instance_groups.rb,
lib/vagrant-google/action/message_already_created.rb,
lib/vagrant-google/action/message_will_not_destroy.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"2.7.0".freeze

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


27
28
29
# File 'lib/vagrant-google.rb', line 27

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