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.3"
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.
16 17 18 |
# File 'lib/vagrant-triggers.rb', line 16 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |