module ForemanTemplates

Constants

BASE_SETTING_NAMES
EXPORT_SETTING_NAMES
IMPORT_SETTING_NAMES
VERSION

Public Class Methods

associate_types() click to toggle source
# File lib/foreman_templates.rb, line 8
def self.associate_types
  { 'always' => _('Always'), 'new' => _('New'), 'never' => _('Never') }
end
http_proxy_policy_types() click to toggle source
# File lib/foreman_templates.rb, line 20
def self.http_proxy_policy_types
  { 'global' => _('Global default HTTP proxy'), 'none' => _('No HTTP proxy'), 'selected' => _('Custom HTTP proxy') }
end
lock_types() click to toggle source
# File lib/foreman_templates.rb, line 12
def self.lock_types
  { 'lock' => _('Lock'), 'keep_lock_new' => _('Keep, lock new'), 'keep' => _('Keep, do not lock new'), 'unlock' => _('Unlock') }
end
metadata_export_mode_types() click to toggle source
# File lib/foreman_templates.rb, line 16
def self.metadata_export_mode_types
  { 'refresh' => _('Refresh'), 'keep' => _('Keep'), 'remove' => _('Remove') }
end