class SmartProxySaltCore::SaltTaskLauncher

Public Instance Methods

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