[Pkg-puppet-devel] Bug#701088: mcollective: use port number 6163 vs 61613 consequently in configuration files
Michael Prokop
mika at debian.org
Thu Feb 21 12:35:02 UTC 2013
Package: mcollective
Version: 2.0.0+dfsg-2
Severity: normal
The provided mcollective/activemq.xml example configuration uses:
stomp://0.0.0.0:6163
but /usr/share/mcollective/server.cfg refers to port 61613.
So either consequently use port 61613 or 6163 everywhere.
Attached patch adjusts it to match the stomp configuration from
activemq, but maybe you'd like to talk to upstream so docs (like
http://docs.puppetlabs.com/mcollective/reference/basic/gettingstarted_debian.html )
aren't too confusing.
regards,
-mika-
-------------- next part --------------
>From f5efd0a4d1975c7c6cdd54c40bac279086b789cb Mon Sep 17 00:00:00 2001
From: Michael Prokop <mika at grml.org>
Date: Thu, 21 Feb 2013 13:28:01 +0100
Subject: [PATCH] /usr/share/mcollective/server.cfg refering to port 61613
instead of 6163
The provided mcollective/activemq.xml example configuration uses:
stomp://0.0.0.0:6163
So either consequently use port 61613 or 6163 everywhere.
---
etc/client.cfg.dist | 2 +-
etc/server.cfg.dist | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/client.cfg.dist b/etc/client.cfg.dist
index 3ad4203..cab77d4 100644
--- a/etc/client.cfg.dist
+++ b/etc/client.cfg.dist
@@ -11,7 +11,7 @@ plugin.psk = unset
connector = stomp
plugin.stomp.host = localhost
-plugin.stomp.port = 61613
+plugin.stomp.port = 6163
plugin.stomp.user = mcollective
plugin.stomp.password = secret
diff --git a/etc/server.cfg.dist b/etc/server.cfg.dist
index 4fec901..a8f8c2f 100644
--- a/etc/server.cfg.dist
+++ b/etc/server.cfg.dist
@@ -12,7 +12,7 @@ plugin.psk = unset
connector = stomp
plugin.stomp.host = localhost
-plugin.stomp.port = 61613
+plugin.stomp.port = 6163
plugin.stomp.user = mcollective
plugin.stomp.password = secret
--
1.7.10.4
More information about the Pkg-puppet-devel
mailing list