Project

General

Profile

« Previous | Next » 

Revision 9cd61b27

Added by Ivan Necas over 10 years ago

Fix oauth token file path

View differences:

manifests/params.pp
# 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_secret = find_or_create_password('oauth_token_file')
$oauth_token_file = '/etc/katello/oauth_token-file'
$oauth_secret = find_or_create_password($oauth_token_file)
# Subsystems settings
$candlepin_url = 'https://localhost:8443/candlepin'

Also available in: Unified diff