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

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-application-cookbooks.rb', line 14

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