Module: VagrantPlugins::MCS

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

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.8.36'

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-mcs.rb', line 14

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