lib/testlab/provisioner.rb in testlab-0.5.4 vs lib/testlab/provisioner.rb in testlab-0.6.0

- old
+ new

@@ -5,13 +5,17 @@ # Provisioner Class # # @author Zachary Patten <zachary AT jovelabs DOT com> class Provisioner + autoload :Apt, 'testlab/provisioners/apt' autoload :AptCacherNG, 'testlab/provisioners/apt_cacher_ng' + autoload :Bind, 'testlab/provisioners/bind' autoload :ChefGem, 'testlab/provisioners/chef_gem' autoload :OmniBus, 'testlab/provisioners/omnibus' autoload :OmniTruck, 'testlab/provisioners/omnitruck' + autoload :Resolv, 'testlab/provisioners/resolv' + autoload :Raring, 'testlab/provisioners/raring' autoload :Shell, 'testlab/provisioners/shell' class << self # Returns the path to the gems provisioner templates