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
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-oci.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |