class TestLab::Provisioner::Chef

Chef Provisioner Class

@author Zachary Patten <zachary AT jovelabs DOT com>

Public Class Methods

template_dir() click to toggle source

Returns the path to the gems provisioner templates

# File lib/testlab/provisioners/chef.rb, line 20
def template_dir
  File.join(TestLab::Provisioner.template_dir, "chef")
end