Module: VagrantPlugins::Packet

Defined in:
lib/vagrant-packet.rb,
lib/vagrant-packet/action.rb,
lib/vagrant-packet/config.rb,
lib/vagrant-packet/errors.rb,
lib/vagrant-packet/plugin.rb,
lib/vagrant-packet/version.rb,
lib/vagrant-packet/provider.rb,
lib/vagrant-packet/util/timer.rb,
lib/vagrant-packet/action/is_created.rb,
lib/vagrant-packet/action/is_stopped.rb,
lib/vagrant-packet/action/read_state.rb,
lib/vagrant-packet/action/run_instance.rb,
lib/vagrant-packet/action/read_ssh_info.rb,
lib/vagrant-packet/action/stop_instance.rb,
lib/vagrant-packet/action/warn_networks.rb,
lib/vagrant-packet/action/connect_packet.rb,
lib/vagrant-packet/action/start_instance.rb,
lib/vagrant-packet/action/wait_for_state.rb,
lib/vagrant-packet/action/timed_provision.rb,
lib/vagrant-packet/action/terminate_instance.rb,
lib/vagrant-packet/action/message_not_created.rb,
lib/vagrant-packet/action/message_already_created.rb,
lib/vagrant-packet/action/message_will_not_destroy.rb

Overview

Top level module for Packet Plugin

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.1.6'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


16
17
18
# File 'lib/vagrant-packet.rb', line 16

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