module ForemanSalt

Constants

VERSION

Public Class Methods

with_remote_execution?() click to toggle source

check whether foreman_remote_execution to integrate is available in the system

# File lib/foreman_salt/engine.rb, line 68
def self.with_remote_execution?
  RemoteExecutionFeature rescue false
end