Module: Vagrant::Chefdev

Defined in:
lib/vagrant-chefdev.rb,
lib/vagrant-chefdev/action.rb,
lib/vagrant-chefdev/config.rb,
lib/vagrant-chefdev/plugin.rb,
lib/vagrant-chefdev/version.rb,
lib/vagrant-chefdev/action/delete_chef_node.rb,
lib/vagrant-chefdev/action/delete_chef_client.rb

Defined Under Namespace

Modules: Action Classes: Config, Plugin

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.source_rootObject



7
8
9
# File 'lib/vagrant-chefdev.rb', line 7

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