Module: VagrantPlugins::ApplicationCookbooks
- Defined in:
- lib/vagrant-application-cookbooks.rb,
lib/vagrant-application-cookbooks/action.rb,
lib/vagrant-application-cookbooks/config.rb,
lib/vagrant-application-cookbooks/plugin.rb,
lib/vagrant-application-cookbooks/version.rb,
lib/vagrant-application-cookbooks/action/clone.rb
Defined Under Namespace
Modules: Action Classes: Config, Plugin
Constant Summary collapse
- VERSION =
"0.1.4"
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.
14 15 16 |
# File 'lib/vagrant-application-cookbooks.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |