Sha256: f65a0acde19fdb29181439a4c640d93962fc400758685c156803ef84ee453df1
Contents?: true
Size: 448 Bytes
Versions: 3
Compression:
Stored size: 448 Bytes
Contents
class TestLab class Provisioner # Chef Provisioner Error Class class ChefError < ProvisionerError; end # Chef Provisioner Class # # @author Zachary Patten <zachary@jovelabs.net> class Chef def initialize(config={}, ui=nil) @config = (config || Hash.new) @ui = (ui || TestLab.ui) end def setup(container) end def teardown(container) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
testlab-0.3.0 | lib/testlab/provisioners/chef.rb |
testlab-0.2.1 | lib/testlab/provisioners/chef.rb |
testlab-0.2.0 | lib/testlab/provisioners/chef.rb |