module ForemanOpenscap

Constants

VERSION

Public Class Methods

table_name_prefix() click to toggle source
# File lib/foreman_openscap/engine.rb, line 253
def self.table_name_prefix
  "foreman_openscap_"
end
use_relative_model_naming?() click to toggle source
# File lib/foreman_openscap/engine.rb, line 257
def self.use_relative_model_naming?
  true
end
with_ansible?() click to toggle source
# File lib/foreman_openscap/engine.rb, line 265
def self.with_ansible?
  ForemanAnsible rescue false
end
with_katello?() click to toggle source
# File lib/foreman_openscap/engine.rb, line 2
def self.with_katello?
  Foreman::Plugin.installed?("katello")
end
with_remote_execution?() click to toggle source
# File lib/foreman_openscap/engine.rb, line 261
def self.with_remote_execution?
  RemoteExecutionFeature rescue false
end