lib/testlab/provisioner.rb in testlab-0.5.2 vs lib/testlab/provisioner.rb in testlab-0.5.3

- old
+ new

@@ -5,13 +5,14 @@ # Provisioner Class # # @author Zachary Patten <zachary AT jovelabs DOT com> class Provisioner - autoload :Shell, 'testlab/provisioners/shell' + autoload :AptCacherNG, 'testlab/provisioners/apt_cacher_ng' + autoload :ChefGem, 'testlab/provisioners/chef_gem' autoload :OmniBus, 'testlab/provisioners/omnibus' autoload :OmniTruck, 'testlab/provisioners/omnitruck' - autoload :AptCacherNG, 'testlab/provisioners/apt_cacher_ng' + autoload :Shell, 'testlab/provisioners/shell' class << self # Returns the path to the gems provisioner templates def template_dir