Skip to content

Commit

Permalink
Merge pull request #43 from ehelms/refs-8756
Browse files Browse the repository at this point in the history
Refs #8756: Allow configuring the RHSM port.
  • Loading branch information
ehelms committed Jan 20, 2015
2 parents 59ebfc6 + bfb70a8 commit 8fa7950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/katello.pp
Expand Up @@ -2,6 +2,7 @@
class certs::katello (
$hostname = $fqdn,
$deployment_url = undef,
$rhsm_port = 443,
$candlepin_cert_rpm_alias_filename = undef
){

Expand Down
2 changes: 1 addition & 1 deletion templates/rhsm-katello-reconfigure.erb
Expand Up @@ -17,7 +17,7 @@
#

KATELLO_SERVER=<%= @hostname %>
PORT=443
PORT=<%= @rhsm_port %>
BASEURL=https://$KATELLO_SERVER/pulp/repos

PREFIX=<%= @deployment_url %>
Expand Down

0 comments on commit 8fa7950

Please sign in to comment.