From 524e4888092c8e44db66f433978114af9db70531 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Tue, 20 Sep 2011 16:52:16 +0100 Subject: [PATCH] 9452 - Better configuration out of box in server.cfg and client.cfg Update the default shipped username, password and middleware locations to be in line with the activemq packages from puppetlabs.com --- etc/client.cfg.dist | 6 +++--- etc/server.cfg.dist | 6 +++--- website/changelog.md | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/etc/client.cfg.dist b/etc/client.cfg.dist index a01e6def..33a10239 100644 --- a/etc/client.cfg.dist +++ b/etc/client.cfg.dist @@ -10,10 +10,10 @@ securityprovider = psk plugin.psk = unset connector = stomp -plugin.stomp.host = stomp.example.com -plugin.stomp.port = 6163 +plugin.stomp.host = localhost +plugin.stomp.port = 61613 plugin.stomp.user = mcollective -plugin.stomp.password = marionette +plugin.stomp.password = secret # Facts factsource = yaml diff --git a/etc/server.cfg.dist b/etc/server.cfg.dist index f8a3b306..4fec9018 100644 --- a/etc/server.cfg.dist +++ b/etc/server.cfg.dist @@ -11,10 +11,10 @@ securityprovider = psk plugin.psk = unset connector = stomp -plugin.stomp.host = stomp.example.com -plugin.stomp.port = 6163 +plugin.stomp.host = localhost +plugin.stomp.port = 61613 plugin.stomp.user = mcollective -plugin.stomp.password = marionette +plugin.stomp.password = secret # Facts factsource = yaml diff --git a/website/changelog.md b/website/changelog.md index 1fef1104..7cae71d8 100644 --- a/website/changelog.md +++ b/website/changelog.md @@ -11,6 +11,7 @@ title: Changelog |Date|Description|Ticket| |----|-----------|------| +|2011/09/20|Update default shipped configurations to provide a better out of the box experience|9452| |2011/09/20|Remove deprecated mc- scripts|9402| |2011/09/20|Keep track of messages that has expired and expose the stat in rpcutil and inventory application|9456| |*2011/09/16*|*Release 1.3.1*|*9133*|