lib/testlab/provisioners/omnitruck.rb in testlab-0.4.1 vs lib/testlab/provisioners/omnitruck.rb in testlab-0.4.2
- old
+ new
@@ -16,9 +16,11 @@
@ui = (ui || TestLab.ui)
@config[:version] ||= "latest"
@config[:prereleases] ||= false
@config[:nightlies] ||= false
+
+ @ui.logger.debug { "config(#{@config.inspect})" }
end
# OmniTruck Provisioner Container Setup
#
# Renders the defined script to a temporary file on the target container