-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #4650 - consumer cert alias for katello #19
Conversation
@@ -5,6 +5,7 @@ | |||
$candlepin_consumer_name = "${$certs::default_ca_name}-consumer-${::fqdn}" | |||
$candlepin_consumer_summary = "Subscription-manager consumer certificate for Katello instance ${::fqdn}" | |||
$candlepin_consumer_description = 'Consumer certificate and post installation script that configures rhsm.' | |||
$candlepin_cert_rpm_alias = "${$certs::default_ca_name}-consumer-latest.noarch.rpm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about making this a parameter in this class while we are at it, just so it's overridable if we want to set it ourselves?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehelms updated, made the cert alias a parameter for the class.
ACK pending Travis |
@ehelms
could this be an issue with puppet-lint? |
@ehelms nvm previous comment, found this http://puppet-lint.com/checks/class_parameter_defaults/ |
Consumer cert alias stored as a variable so that puppet_katello can use the cert name in the katello.yml template.
@ehelms updated, because puppet-lint complaining about derived default values for class parameters. |
ACK. @dustint-rh thanks! Merging. |
Fixes #4650 - consumer cert alias for katello
Consumer cert alias stored as a variable so that puppet_katello can use
the set the cert name in the katello.yml template.