-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes #7802 - allow user to be passed into qpid module #37
Conversation
@@ -2,9 +2,10 @@ | |||
class katello::qpid ( | |||
$client_cert = undef, | |||
$client_key = undef, | |||
$katello_user = $katello::user |
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.
I think it would be better to reference $katello::params::user
here.
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 @ehelms sais
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.
well… we should also pass the $katello::user
param at https://github.com/dustint-rh/puppet-katello/blob/configure_qpid_user/manifests/init.pp#L100, as $katello::params::user
is just the default, not the current value used in other areas
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.
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.
I don't know if it really matters here. You're still not guaranteed that katello::params
is included.
2c01ae5
to
4f6ee8d
Compare
APT |
👍 |
ACK pending squash and green tests |
597ad87
to
1b761b6
Compare
Fixes #7802 - allow user to be passed into qpid module
No description provided.