module ForemanRemoteExecution

Constants

DYNFLOW_QUEUE
VERSION

Public Class Methods

register_rex_feature() click to toggle source
# File lib/foreman_remote_execution/engine.rb, line 243
def self.register_rex_feature
  RemoteExecutionFeature.register(
    :puppet_run_host,
    N_('Run Puppet Once'),
    :description => N_('Perform a single Puppet run'),
    :host_action_button => true
  )
end