Module: VagrantPlugins::HP

Defined in:
lib/vagrant-hp.rb,
lib/vagrant-hp/action.rb,
lib/vagrant-hp/config.rb,
lib/vagrant-hp/errors.rb,
lib/vagrant-hp/plugin.rb,
lib/vagrant-hp/version.rb,
lib/vagrant-hp/provider.rb,
lib/vagrant-hp/util/timer.rb,
lib/vagrant-hp/action/connect_hp.rb,
lib/vagrant-hp/action/is_created.rb,
lib/vagrant-hp/action/is_running.rb,
lib/vagrant-hp/action/read_state.rb,
lib/vagrant-hp/action/halt_server.rb,
lib/vagrant-hp/action/sync_folders.rb,
lib/vagrant-hp/action/create_server.rb,
lib/vagrant-hp/action/delete_server.rb,
lib/vagrant-hp/action/read_ssh_info.rb,
lib/vagrant-hp/action/warn_networks.rb,
lib/vagrant-hp/action/timed_provision.rb,
lib/vagrant-hp/action/message_not_created.rb,
lib/vagrant-hp/action/message_already_created.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.1.4'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-hp.rb', line 13

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