Project

General

Profile

« Previous | Next » 

Revision 2c7f2e76

Added by Eric Helms over 8 years ago

Change ssl_port to a string

The validate_re method expects a string and not an integer to be
pased to it. The integer value causes tests to fail on modules
that depend upon this qpid module.

View differences:

manifests/params.pp
$interface = undef
$ssl = false
$ssl_port = 5671
$ssl_port = '5671'
$ssl_cert_db = undef
$ssl_cert_password_file = undef
$ssl_cert_name = undef

Also available in: Unified diff