Skip to content

Commit

Permalink
Update qpid client certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 15, 2019
1 parent e96be6b commit 53b9b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ fixtures:
postgresql: "https://github.com/puppetlabs/puppetlabs-postgresql.git"
pulp: "https://github.com/theforeman/puppet-pulp.git"
qpid: "https://github.com/theforeman/puppet-qpid.git"
squid3: "https://github.com/theforeman/puppet-squid3.git"
squid: "https://github.com/voxpupuli/puppet-squid.git"
selinux: "https://github.com/voxpupuli/puppet-selinux.git"
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
systemd: "https://github.com/camptocamp/puppet-systemd.git"
yumrepo_core:
Expand Down
4 changes: 2 additions & 2 deletions manifests/pulp.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

class { 'pulp':
messaging_url => $messaging_url,
messaging_ca_cert => $certs::ca_cert,
messaging_client_cert => $certs::qpid_client::messaging_client_cert,
messaging_ca_cert => $certs::qpid_client::qpid_client_ca_cert,
messaging_client_cert => $certs::qpid_client::qpid_client_cert,
messaging_transport => 'qpid',
messaging_auth_enabled => false,
broker_url => $broker_url,
Expand Down

0 comments on commit 53b9b84

Please # to comment.