Project

General

Profile

« Previous | Next » 

Revision 9d26d634

Added by dustin tsang about 10 years ago

Fixes #5486 - Fix prefix + url for rhsm BZ1092474

Fixes an issues where katello_devel module doesn't populated the prefix
and candlepin url for rhsm templates correctly. This is because
katello:params isn't available from puppet-katello_devel.

View differences:

manifests/init.pp
Class['certs'] ~>
class { 'certs::apache': } ~>
class { 'certs::katello': } ~>
class { 'certs::katello':
deployment_url => $katello::deployment_url,
} ~>
class { 'katello::install': } ~>
class { 'katello::config': } ~>
class { 'certs::candlepin': } ~>

Also available in: Unified diff