class Proxy::Salt::SaltTaskLauncher

Implements the TaskLauncher::Batch for Salt

Public Instance Methods

child_launcher(parent) click to toggle source
# File lib/smart_proxy_salt/salt_task_launcher.rb, line 21
def child_launcher(parent)
  ::Proxy::Dynflow::TaskLauncher::Single.new(world, callback, :parent => parent,
                                                              :action_class_override => SaltRunnerAction)
end