Class: SmartProxySaltCore::SaltTaskLauncher

Inherits:
ForemanTasksCore::TaskLauncher::Batch
  • Object
show all
Defined in:
lib/smart_proxy_salt_core/salt_task_launcher.rb

Defined Under Namespace

Classes: SaltRunnerAction

Instance Method Summary collapse

Instance Method Details

#child_launcher(parent) ⇒ Object



16
17
18
19
# 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