From 95066e371c5c252c5cfa5e91b13949c83b0046f6 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Fri, 6 Feb 2015 16:07:42 +0100 Subject: [PATCH] refs #9060 - configure qpid::client with params --- manifests/init.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index b5d6e257..76c24060 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -97,7 +97,12 @@ key => $certs::apache::apache_key, ca_cert => $certs::ca_cert, } ~> - class { 'qpid::client': } ~> + class { 'qpid::client': + ssl => true, + ssl_cert_name => 'broker', + ssl_cert_db => $certs::nss_db_dir, + ssl_cert_password_file => $certs::qpid::nss_db_password_file, + } ~> class { 'katello::qpid': client_cert => $certs::qpid::client_cert, client_key => $certs::qpid::client_key,