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

Specify qpid SSL key to qpid commands #179

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Mar 28, 2017

@ekohl needed Katello changes for your key specification

@@ -17,15 +17,18 @@
command => "del queue ${candlepin_event_queue} --force",
onlyif => "list binding | grep ${candlepin_event_queue} | grep '*.*'",
ssl_cert => $client_cert,
ssl_key => $client_key,
} ->
qpid::config_cmd { 'create katello entitlements queue':
Copy link
Member

Choose a reason for hiding this comment

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

This can also be a qpid::config::queue now.

Copy link
Member

Choose a reason for hiding this comment

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

Ignore that, we don't have a queue define yet. That's exchange.

@ehelms ehelms merged commit 27898a0 into theforeman:master Mar 29, 2017
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