Skip to content

Commit

Permalink
Fixes #37769 - Point to correct rhsm host
Browse files Browse the repository at this point in the history
(cherry picked from commit 017da5d)
  • Loading branch information
ludovicus3 authored and ekohl committed Sep 3, 2024
1 parent 213b1ee commit c565fe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fi
end
elsif @subman_setup_scenario == 'provisioning'
if plugin_present?('katello')
server_hostname = @host.content_source
server_hostname = @host.content_source.rhsm_url.host
server_port = @host.content_source.rhsm_url.port
server_prefix = @host.content_source.rhsm_url.path
repo_ca_cert = "$KATELLO_SERVER_CA_CERT"
Expand Down

0 comments on commit c565fe1

Please sign in to comment.