Module: VagrantPlugins::Lightsail

Defined in:
lib/vagrant-lightsail.rb,
lib/vagrant-lightsail/action.rb,
lib/vagrant-lightsail/config.rb,
lib/vagrant-lightsail/errors.rb,
lib/vagrant-lightsail/plugin.rb,
lib/vagrant-lightsail/version.rb,
lib/vagrant-lightsail/provider.rb,
lib/vagrant-lightsail/action/setup_key.rb,
lib/vagrant-lightsail/action/is_created.rb,
lib/vagrant-lightsail/action/is_stopped.rb,
lib/vagrant-lightsail/action/read_state.rb,
lib/vagrant-lightsail/action/run_instance.rb,
lib/vagrant-lightsail/action/read_ssh_info.rb,
lib/vagrant-lightsail/action/stop_instance.rb,
lib/vagrant-lightsail/action/start_instance.rb,
lib/vagrant-lightsail/action/wait_for_state.rb,
lib/vagrant-lightsail/action/configure_ports.rb,
lib/vagrant-lightsail/action/connect_lightsail.rb,
lib/vagrant-lightsail/action/terminate_instance.rb,
lib/vagrant-lightsail/action/message_not_created.rb,
lib/vagrant-lightsail/action/message_already_created.rb,
lib/vagrant-lightsail/action/message_will_not_destroy.rb

Defined Under Namespace

Modules: Action Classes: Config, Credentials, LightsailError, Plugin, Provider, PublicKeyError, VagrantLightsailError

Constant Summary collapse

VERSION =
'0.3.0'.freeze

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


9
10
11
# File 'lib/vagrant-lightsail.rb', line 9

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