lib/testlab/provisioners/hosts_file.rb in testlab-1.11.1 vs lib/testlab/provisioners/hosts_file.rb in testlab-1.11.2

- old
+ new

@@ -7,9 +7,10 @@ # HostsFile Provisioner Class # # @author Zachary Patten <zachary AT jovelabs DOT com> class HostsFile + include TestLab::Utility::Misc def initialize(config={}, ui=nil) @config = (config || Hash.new) @ui = (ui || TestLab.ui) @command = ZTK::Command.new(:ui => @ui, :silence => true, :ignore_exit_status => true)