Skip to content

Commit

Permalink
Fixes #14617 - communicate with candlepin over fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Apr 13, 2016
1 parent 60be220 commit c5ed6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
$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'

Expand Down

0 comments on commit c5ed6c4

Please # to comment.