module ForemanSalt

def self.with_remote_execution?

check whether foreman_remote_execution to integrate is available in the system
def self.with_remote_execution?
  RemoteExecutionFeature
rescue StandardError
  false
end