Module: VagrantPlugins::Sprinkle
- Defined in:
- lib/vagrant-sprinkle.rb,
lib/vagrant-sprinkle/config.rb,
lib/vagrant-sprinkle/plugin.rb,
lib/vagrant-sprinkle/version.rb,
lib/vagrant-sprinkle/provisioner.rb
Defined Under Namespace
Classes: Config, Plugin, Provisioner
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
3 4 5 |
# File 'lib/vagrant-sprinkle.rb', line 3 def self.source_root @source_root ||= Pathname.new(File.('../..', __FILE__)) end |