Module: VagrantPlugins::Registration

Defined in:
lib/vagrant-registration/version.rb,
lib/vagrant-registration.rb,
lib/vagrant-registration/action.rb,
lib/vagrant-registration/config.rb,
lib/vagrant-registration/plugin.rb,
lib/vagrant-registration/action/register.rb,
lib/vagrant-registration/action/unregister_on_halt.rb,
lib/vagrant-registration/action/unregister_on_destroy.rb

Overview

Registration plugin to auto-register guests on ‘vagrant up`

Defined Under Namespace

Modules: Action Classes: Config, Plugin

Constant Summary collapse

VERSION =
'1.3.4'

Class Method Summary collapse

Class Method Details

.source_rootObject

This returns the path to the source of this plugin.



10
11
12
# File 'lib/vagrant-registration.rb', line 10

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