module ForemanSalt
Constants
- VERSION
Public Class Methods
Source
# File lib/foreman_salt/engine.rb, line 61 def self.register_rex_feature options = { description: N_('Run Salt state.highstate'), host_action_button: true, } RemoteExecutionFeature.register(:foreman_salt_run_state_highstate, N_('Run Salt'), options) end
Source
# File lib/foreman_salt/engine.rb, line 55 def self.with_remote_execution? RemoteExecutionFeature rescue StandardError false end
check whether foreman_remote_execution to integrate is available in the system