Project

General

Profile

« Previous | Next » 

Revision 66ac38bb

Added by Justin Sherrill almost 10 years ago

fixes #4988 - missing token in post_sync_url

View differences:

manifests/params.pp
$foreman_oauth_key = 'foreman'
$oauth_token_file = 'katello_oauth_secret'
$oauth_secret = cache_data($oauth_token_file, random_password(32))
$post_sync_token_file = '/etc/katello/post_sync_token'
$post_sync_token = cache_data('post_sync_token', random_password(32))
# Subsystems settings

Also available in: Unified diff