module Katello

Constants

HOST_TASKS_QUEUE
VERSION

Public Class Methods

with_ansible?() click to toggle source
# File lib/katello/engine.rb, line 231
def self.with_ansible?
  Foreman::Plugin.installed?("foreman_ansible")
end
with_remote_execution?() click to toggle source

check whether foreman_remote_execution to integrate is available in the system

# File lib/katello/engine.rb, line 227
def self.with_remote_execution?
  Foreman::Plugin.installed?("foreman_remote_execution")
end