lib/testlab/provisioner.rb in testlab-0.3.1 vs lib/testlab/provisioner.rb in testlab-0.4.0
- old
+ new
@@ -5,11 +5,12 @@
# Provisioner Class
#
# @author Zachary Patten <zachary AT jovelabs DOT com>
class Provisioner
- autoload :Shell, 'testlab/provisioners/shell'
- autoload :Chef, 'testlab/provisioners/chef'
+ autoload :Shell, 'testlab/provisioners/shell'
+ autoload :OmniBus, 'testlab/provisioners/omnibus'
+ autoload :OmniTruck, 'testlab/provisioners/omnitruck'
class << self
# Returns the path to the gems provisioner templates
def template_dir