Module: VagrantPlugins::Saltdeps
- Defined in:
- lib/vagrant-saltdeps.rb,
lib/vagrant-saltdeps/errors.rb,
lib/vagrant-saltdeps/plugin.rb,
lib/vagrant-saltdeps/version.rb,
lib/vagrant-saltdeps/provisioner.rb,
lib/vagrant-saltdeps/config/provisioner.rb
Defined Under Namespace
Modules: Config Classes: GitCheckoutError, Plugin, Provisioner, UnknownException
Constant Summary collapse
- VERSION =
'1.1.1'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/vagrant-saltdeps.rb', line 6 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |