Project

General

Profile

« Previous | Next » 

Revision 11b8a332

Added by Eric Helms about 10 years ago

Adding ability to configure whether passenger is being used to make
the Katello vhost configuration re-usable by non-passenger deployments.
Includes generalization of oauth_secret and oauth_key to support deployment
of katello.yml by other modules.

View differences:

manifests/params.pp
$oauth_secret = cache_data($oauth_token_file, random_password(32))
$post_sync_token_file = '/etc/katello/post_sync_token'
$post_sync_token = find_or_create_password($post_sync_token_file)
$post_sync_token = cache_data('post_sync_token', random_password(32))
# Subsystems settings
$candlepin_url = 'https://localhost:8443/candlepin'
......
$use_foreman = false
$ldap_roles = false
$validate_ldap = false
$use_passenger = true
}

Also available in: Unified diff