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