Module: VagrantPlugins::Triggers

Defined in:
lib/vagrant-triggers.rb,
lib/vagrant-triggers/dsl.rb,
lib/vagrant-triggers/action.rb,
lib/vagrant-triggers/config.rb,
lib/vagrant-triggers/errors.rb,
lib/vagrant-triggers/plugin.rb,
lib/vagrant-triggers/version.rb,
lib/vagrant-triggers/provisioner.rb,
lib/vagrant-triggers/action/trigger.rb,
lib/vagrant-triggers/config/trigger.rb,
lib/vagrant-triggers/config/provisioner.rb

Defined Under Namespace

Modules: Action, Config, Errors Classes: DSL, Plugin, Provisioner

Constant Summary collapse

VERSION =
"0.5.1"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


16
17
18
# File 'lib/vagrant-triggers.rb', line 16

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