Skip to content

Commit

Permalink
Fixes #13199 - change pulp_parent to qpid_client
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitsch committed Mar 16, 2016
1 parent 4e1635a commit 06e9dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@
ssl_cert_password_file => $::certs::qpid::nss_db_password_file,
ssl_cert_name => 'broker',
} ~>
class { '::certs::pulp_parent': } ~>
class { '::certs::qpid_client': } ~>
class { '::pulp':
oauth_enabled => true,
oauth_key => $katello::oauth_key,
oauth_secret => $katello::oauth_secret,
messaging_url => "ssl://${::fqdn}:5671",
messaging_ca_cert => $certs::pulp_parent::messaging_ca_cert,
messaging_client_cert => $certs::pulp_parent::messaging_client_cert,
messaging_ca_cert => $::certs::ca_cert,
messaging_client_cert => $certs::qpid_client::messaging_client_cert,
messaging_transport => 'qpid',
messaging_auth_enabled => false,
broker_url => "qpid://${::fqdn}:5671",
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"name": "katello-certs",
"version_requirement": ">= 0.1.0 < 1.0.0"
"version_requirement": ">= 0.5.0 < 1.0.0"
},
{
"name": "katello-qpid",
Expand Down

0 comments on commit 06e9dd8

Please sign in to comment.