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

Merged
merged 1 commit into from
Oct 24, 2014

Conversation

dustints
Copy link

Related pull-requests that fixes #7802
#45
theforeman/puppet-katello_devel#26
theforeman/puppet-qpid#11

@@ -4,10 +4,12 @@
$client_key = undef,
$katello_user = undef
){
include qpid
Copy link
Member

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?

Copy link
Author

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.

Copy link
Author

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.

Copy link
Member

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] ->

Copy link
Author

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"

@dustints dustints force-pushed the 7802_user_qpidd_group branch from 026ffa6 to 53ca553 Compare October 23, 2014 22:17
@dustints
Copy link
Author

[test]

1 similar comment
@dustints
Copy link
Author

[test]

@dustints dustints force-pushed the 7802_user_qpidd_group branch from 7122b1f to 67c3c06 Compare October 24, 2014 19:56
@dustints dustints force-pushed the 7802_user_qpidd_group branch from 67c3c06 to 3021285 Compare October 24, 2014 20:16
@ehelms
Copy link
Member

ehelms commented Oct 24, 2014

ACK

dustints pushed a commit that referenced this pull request Oct 24, 2014
Fixes #7802 - ensures qpidd group present before adding user to group
@dustints dustints merged commit 117002a into theforeman:master Oct 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants