-
Notifications
You must be signed in to change notification settings - Fork 48
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 #7802 - ensures qpidd group present before adding user to group #45
Conversation
f7b1608
to
026ffa6
Compare
@@ -4,10 +4,12 @@ | |||
$client_key = undef, | |||
$katello_user = undef | |||
){ | |||
include qpid |
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 is the reason for this?
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 it was failing the katello_spec test without it...complained that Group[qpid] was not defined in the test.
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.
maybe there is a way to include it only in the test.
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.
Oh, right - that makes sense. If including qpid, I think you could change the below to:
Group[qpid::group] ->
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 couldn't get Group[qpid::group] working
wasn't able to get around this error message: "Could not find resource 'Group[undef]' for relationship from 'Class[Katello]' on node"
026ffa6
to
53ca553
Compare
[test] |
1 similar comment
[test] |
7122b1f
to
67c3c06
Compare
67c3c06
to
3021285
Compare
ACK |
Fixes #7802 - ensures qpidd group present before adding user to group
Related pull-requests that fixes #7802
#45
theforeman/puppet-katello_devel#26
theforeman/puppet-qpid#11