Skip to content

Commit

Permalink
Merge pull request #397 from hunner/revert_385
Browse files Browse the repository at this point in the history
Revert #385
  • Loading branch information
jonnytdevops committed Oct 7, 2015
2 parents 9a420b3 + 1e38254 commit 3dd64be
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 3dd64be

Please sign in to comment.