Skip to content

Commit

Permalink
9452 - Better configuration out of box in server.cfg and client.cfg
Browse files Browse the repository at this point in the history
Update the default shipped username, password and middleware locations
to be in line with the activemq packages from puppetlabs.com
  • Loading branch information
ripienaar committed Sep 20, 2011
1 parent 6c4cd8c commit 524e488
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions etc/client.cfg.dist
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions etc/server.cfg.dist
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions website/changelog.md
Expand Up @@ -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*|
Expand Down

0 comments on commit 524e488

Please sign in to comment.