Project

General

Profile

« Previous | Next » 

Revision f18f34db

Added by Justin Sherrill about 8 years ago

Fixes #14617 - communicate with candlepin over fqdn (#121)

View differences:

manifests/params.pp
$post_sync_token = cache_data('foreman_cache_data', 'post_sync_token', random_password(32))
# Subsystems settings
$candlepin_url = 'https://localhost:8443/candlepin'
$candlepin_url = "https://${::fqdn}:8443/candlepin"
$pulp_url = "https://${::fqdn}/pulp/api/v2/"
$mongodb_path = '/var/lib/mongodb'

Also available in: Unified diff