Project

General

Profile

« Previous | Next » 

Revision 5687ce1e

Added by Eric Helms about 9 years ago

Fixes #8585: Remove unused configuration and unneeded functions.

View differences:

manifests/params.pp
$config_dir = '/etc/foreman/plugins'
$log_dir = '/var/log/foreman/plugins'
# sysconfig settings
$job_workers = 1
# OAUTH settings
$oauth_key = 'katello'
# we set foreman oauth key to foreman, so that katello knows where the call
# comes from and can find the rigth secret. This way only one key-secret pair
# is needed to be mainained for duplex communication.
$foreman_oauth_key = 'foreman'
$oauth_token_file = 'katello_oauth_secret'
$oauth_secret = cache_data($oauth_token_file, random_password(32))
......
# Subsystems settings
$candlepin_url = 'https://localhost:8443/candlepin'
$pulp_url = subsystem_url('pulp/api/v2/')
$foreman_url = subsystem_url('foreman')
$pulp_url = "https://${::fqdn}/pulp/api/v2"
# database reinitialization flag
$reset_data = 'NONE'
# Delete this from configuration check
$use_foreman = false
$ldap_roles = false
$validate_ldap = false
$use_passenger = true
$qpid_url = "amqp:ssl:${::fqdn}:5671"
$candlepin_event_queue = 'katello_event_queue'
}

Also available in: Unified diff