Skip to content
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

Merged
merged 1 commit into from
Oct 6, 2014

Conversation

dustints
Copy link

@dustints dustints commented Oct 3, 2014

No description provided.

@@ -2,9 +2,10 @@
class katello::qpid (
$client_cert = undef,
$client_key = undef,
$katello_user = $katello::user
Copy link
Member

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what @ehelms sais

Copy link
Member

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iNecas @ehelms updated.

Copy link
Member

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.

@dustints dustints force-pushed the configure_qpid_user branch from 2c01ae5 to 4f6ee8d Compare October 3, 2014 10:37
@dustints
Copy link
Author

dustints commented Oct 6, 2014

@ekohl @ehelms @iNecas
updated. make default value for katello_user undef and provide failure when katello_user is undef

@iNecas
Copy link
Member

iNecas commented Oct 6, 2014

APT

@ekohl
Copy link
Member

ekohl commented Oct 6, 2014

👍

@ehelms
Copy link
Member

ehelms commented Oct 6, 2014

ACK pending squash and green tests

@dustints dustints force-pushed the configure_qpid_user branch from 597ad87 to 1b761b6 Compare October 6, 2014 17:58
dustints pushed a commit that referenced this pull request Oct 6, 2014
Fixes #7802 - allow user to be passed into qpid module
@dustints dustints merged commit ba4d378 into theforeman:master Oct 6, 2014
@dustints dustints deleted the configure_qpid_user branch October 6, 2014 20:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants