Class: SmartProxySaltCore::SaltTaskLauncher::SaltRunnerAction

Inherits:
ForemanTasksCore::Runner::Action
  • Object
show all
Defined in:
lib/smart_proxy_salt_core/salt_task_launcher.rb

Instance Method Summary collapse

Instance Method Details

#initiate_runnerObject



4
5
6
7
8
9
10
11
12
13
# File 'lib/smart_proxy_salt_core/salt_task_launcher.rb', line 4

def initiate_runner
  additional_options = {
    :step_id => run_step_id,
    :uuid => execution_plan_id
  }
  ::SmartProxySaltCore::SaltRunner.new(
    input.merge(additional_options),
    :suspended_action => suspended_action
  )
end