lib/foreman/engine.rb in foreman-0.81.0 vs lib/foreman/engine.rb in foreman-0.82.0
- old
+ new
@@ -25,10 +25,10 @@
# @option options [String] :root (Dir.pwd) The root directory from which to run processes
#
def initialize(options={})
@options = options.dup
- @options[:formation] ||= (options[:concurrency] || "all=1")
+ @options[:formation] ||= "all=1"
@options[:timeout] ||= 5
@env = {}
@mutex = Mutex.new
@names = {}