From 1e38254a77484c5c91eddf5a9ff7c2f352257e80 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 6 Oct 2015 16:25:40 -0700 Subject: [PATCH] Revert #385 This is a reasonable change, but is backwards incompatible and will cause configuration changes. --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index b90831040..74b2a7d41 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -98,7 +98,7 @@ $ssl_port = '5671' $ssl_interface = 'UNSET' $ssl_management_port = '15671' - $ssl_stomp_port = '61614' + $ssl_stomp_port = '6164' $ssl_verify = 'verify_none' $ssl_fail_if_no_peer_cert = false $ssl_versions = undef @@ -112,7 +112,7 @@ $ldap_port = '389' $ldap_log = false $ldap_config_variables = {} - $stomp_port = '61613' + $stomp_port = '6163' $stomp_ssl_only = false $wipe_db_on_cookie_change = false $cluster_partition_handling = 'ignore'