Project

General

Profile

« Previous | Next » 

Revision 4935725b

Added by Timo Goebel over 6 years ago

ensure config_cmd has qpid-tools installed (#77)

View differences:

manifests/config_cmd.pp
$ssl_cert = undef,
$ssl_key = undef,
) {
include ::qpid::tools
if $ssl_cert and $ssl_key {
$_port = pick($port, 5671)
$base_cmd = "qpid-config --ssl-certificate ${ssl_cert} --ssl-key ${ssl_key} -b amqps://${hostname}:${_port}"

Also available in: Unified diff