Module: ForemanExpireHosts

Defined in:
lib/foreman_expire_hosts.rb,
lib/foreman_expire_hosts/engine.rb,
lib/foreman_expire_hosts/version.rb,
app/helpers/foreman_expire_hosts/hosts_helper.rb,
app/services/foreman_expire_hosts/action/base.rb,
app/services/foreman_expire_hosts/safe_destroy.rb,
app/models/concerns/foreman_expire_hosts/host_ext.rb,
app/services/foreman_expire_hosts/notification/base.rb,
app/services/foreman_expire_hosts/expiry_edit_authorizer.rb,
app/services/foreman_expire_hosts/action/stop_expired_hosts.rb,
app/services/foreman_expire_hosts/notification/deleted_hosts.rb,
app/services/foreman_expire_hosts/notification/stopped_hosts.rb,
app/services/foreman_expire_hosts/action/delete_expired_hosts.rb,
app/services/foreman_expire_hosts/notification/expiry_warning.rb,
app/services/foreman_expire_hosts/ui_notifications/hosts/base.rb,
app/helpers/concerns/foreman_expire_hosts/hosts_helper_extensions.rb,
app/helpers/concerns/foreman_expire_hosts/audits_helper_extensions.rb,
app/services/foreman_expire_hosts/notification/failed_deleted_hosts.rb,
app/services/foreman_expire_hosts/notification/failed_stopped_hosts.rb,
app/services/foreman_expire_hosts/ui_notifications/hosts/stopped_host.rb,
app/services/foreman_expire_hosts/ui_notifications/hosts/expiry_warning.rb,
app/controllers/concerns/foreman_expire_hosts/host_controller_extensions.rb,
app/controllers/concerns/foreman_expire_hosts/api/v2/hosts_controller_extensions.rb

Defined Under Namespace

Modules: Action, Api, AuditsHelperExtensions, HostControllerExtensions, HostExt, HostsHelper, HostsHelperExtensions, Notification, UINotifications Classes: Engine, ExpiryEditAuthorizer, SafeDestroy

Constant Summary collapse

VERSION =
'8.1.0'

Class Method Summary collapse

Class Method Details

.loggerObject



106
107
108
# File 'lib/foreman_expire_hosts/engine.rb', line 106

def self.logger
  Foreman::Logging.logger('foreman_expire_hosts')
end