Module: VagrantPlugins::OCI

Defined in:
lib/vagrant-oci.rb,
lib/vagrant-oci/action.rb,
lib/vagrant-oci/config.rb,
lib/vagrant-oci/plugin.rb,
lib/vagrant-oci/version.rb,
lib/vagrant-oci/provider.rb,
lib/vagrant-oci/action/is_created.rb,
lib/vagrant-oci/action/is_stopped.rb,
lib/vagrant-oci/action/read_state.rb,
lib/vagrant-oci/action/connect_oci.rb,
lib/vagrant-oci/action/run_instance.rb,
lib/vagrant-oci/action/is_terminated.rb,
lib/vagrant-oci/action/read_ssh_info.rb,
lib/vagrant-oci/action/stop_instance.rb,
lib/vagrant-oci/action/warn_networks.rb,
lib/vagrant-oci/action/warn_ssh_keys.rb,
lib/vagrant-oci/action/start_instance.rb,
lib/vagrant-oci/action/terminate_instance.rb,
lib/vagrant-oci/action/message_not_created.rb,
lib/vagrant-oci/action/message_already_created.rb

Defined Under Namespace

Modules: Action Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
'0.1.1'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-oci.rb', line 14

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