Module: VagrantPlugins::Cosmic
- Defined in:
- lib/vagrant-cosmic.rb,
lib/vagrant-cosmic/action.rb,
lib/vagrant-cosmic/config.rb,
lib/vagrant-cosmic/errors.rb,
lib/vagrant-cosmic/plugin.rb,
lib/vagrant-cosmic/version.rb,
lib/vagrant-cosmic/provider.rb,
lib/vagrant-cosmic/util/timer.rb,
lib/vagrant-cosmic/capabilities/rdp.rb,
lib/vagrant-cosmic/action/is_created.rb,
lib/vagrant-cosmic/action/is_stopped.rb,
lib/vagrant-cosmic/action/read_state.rb,
lib/vagrant-cosmic/capabilities/winrm.rb,
lib/vagrant-cosmic/action/run_instance.rb,
lib/vagrant-cosmic/action/read_rdp_info.rb,
lib/vagrant-cosmic/action/read_ssh_info.rb,
lib/vagrant-cosmic/action/stop_instance.rb,
lib/vagrant-cosmic/action/warn_networks.rb,
lib/vagrant-cosmic/action/connect_cosmic.rb,
lib/vagrant-cosmic/action/start_instance.rb,
lib/vagrant-cosmic/action/wait_for_state.rb,
lib/vagrant-cosmic/exceptions/exceptions.rb,
lib/vagrant-cosmic/model/cosmic_resource.rb,
lib/vagrant-cosmic/action/read_winrm_info.rb,
lib/vagrant-cosmic/action/timed_provision.rb,
lib/vagrant-cosmic/action/terminate_instance.rb,
lib/vagrant-cosmic/action/message_not_created.rb,
lib/vagrant-cosmic/action/read_transport_info.rb,
lib/vagrant-cosmic/action/message_already_created.rb,
lib/vagrant-cosmic/action/message_will_not_destroy.rb,
lib/vagrant-cosmic/service/cosmic_resource_service.rb
Defined Under Namespace
Modules: Action, Cap, Errors, Exceptions, Model, Service, Util Classes: Config, Plugin, Provider
Constant Summary collapse
- VERSION =
'0.2.0'
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.
13 14 15 |
# File 'lib/vagrant-cosmic.rb', line 13 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |