Class: TestLab::Provisioner::Chef

Inherits:
Object
  • Object
show all
Defined in:
lib/testlab/provisioners/chef.rb,
lib/testlab/provisioners/chef/omni_bus.rb,
lib/testlab/provisioners/chef/omni_truck.rb,
lib/testlab/provisioners/chef/ruby_gem_client.rb,
lib/testlab/provisioners/chef/ruby_gem_server.rb

Overview

Chef Provisioner Class

Author:

  • Zachary Patten <zachary AT jovelabs DOT com>

Defined Under Namespace

Classes: OmniBus, OmniBusError, OmniTruck, OmniTruckError, RubyGemClient, RubyGemClientError, RubyGemServer, RubyGemServerError

Class Method Summary collapse

Class Method Details

.template_dirObject

Returns the path to the gems provisioner templates



20
21
22
# File 'lib/testlab/provisioners/chef.rb', line 20

def template_dir
  File.join(TestLab::Provisioner.template_dir, "chef")
end