Skip to content

Commit

Permalink
Revert #385
Browse files Browse the repository at this point in the history
This is a reasonable change, but is backwards incompatible and will
cause configuration changes.
  • Loading branch information
hunner committed Oct 6, 2015
1 parent 9a420b3 commit 1e38254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 1e38254

Please sign in to comment.