Skip to content

Commit

Permalink
Merge pull request #385 from acowan/default_stomp_port
Browse files Browse the repository at this point in the history
Optional correction for default stomp ports
  • Loading branch information
bmjen committed Sep 9, 2015
2 parents aa3ec5e + 5a23383 commit 42c5fd8
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 = '6164'
$ssl_stomp_port = '61614'
$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 = '6163'
$stomp_port = '61613'
$wipe_db_on_cookie_change = false
$cluster_partition_handling = 'ignore'
$environment_variables = {}
Expand Down

0 comments on commit 42c5fd8

Please sign in to comment.