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 #15727 - Not receiving candlepin messages #135

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

johnpmitsch
Copy link
Contributor

Messages are not being received from candlepin due to exec
blocks not being executed sequentially. The 2nd exec{} is dependent
on the 1st exec{} being completed successfully.

Messages are not being received from candlepin due to exec
blocks not being executed sequentially. The 2nd exec{} is dependent
on the 1st exec{} being completed successfully.
@johnpmitsch
Copy link
Contributor Author

Tested this out with a fresh install and can confirm that candlepin messages are being sent with this change.

@jlsherrill
Copy link
Contributor

ACK

@jlsherrill jlsherrill merged commit 72ad037 into theforeman:master Jul 19, 2016
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.

None yet

2 participants