lib/nuri/orchestrator.rb in nuri-0.5.1 vs lib/nuri/orchestrator.rb in nuri-0.5.2

- old
+ new

@@ -1,8 +1,8 @@ require 'thread' module Nuri::Orchestrator - include Nuri::Net::Helper + include Nuri::Helper def execute_plan(p={}) raise Exception, "Plan file is not exist!" if not File.exist?(p[:execute].to_s) and !p[:plan] raise Exception, "Plan is not exist (parameter :plan must be given)!" if !p[:plan]