Project

General

Profile

« Previous | Next » 

Revision 3c974f0c

Added by Stephen Benjamin over 8 years ago

refs #11737 - support listening on a particular interface

View differences:

manifests/init.pp
# $log_to_syslog:: Log to syslog or not
# type:boolean
#
# $interface:: Interface to listen on
#
# $ssl:: Use SSL with Qpid
# type:boolean
#
......
$config_file = $qpid::params::config_file,
$log_level = $qpid::params::log_level,
$log_to_syslog = $qpid::params::log_to_syslog,
$interface = $qpid::params::interface,
$ssl = $qpid::params::ssl,
$ssl_port = $qpid::params::ssl_port,
$ssl_cert_db = $qpid::params::ssl_cert_db,

Also available in: Unified diff