forked from voxpupuli/puppet-rabbitmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dan Bode
committed
Jun 14, 2011
1 parent
6e3f448
commit 86f3d77
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,14 @@ Jeff McCune <[email protected]> | |
|
||
This module manages the RabbitMQ Middleware service. | ||
|
||
It is designed to work with MCollective. | ||
|
||
This module is available on the [Forge](http://forge.puppetlabs.com/) | ||
|
||
RabbitMQ Packages are published in the Puppet Labs ProSvc repository at: | ||
[yum.puppetlabs.com](http://yum.puppetlabs.com/prosvc/) | ||
|
||
This module has been tested against 2.4.1 and is known to work with | ||
features known not to exist in earlier version. | ||
|
||
# Quick Start | ||
|
||
class site::mcollective::middleware { | ||
|
@@ -34,7 +35,7 @@ RabbitMQ Packages are published in the Puppet Labs ProSvc repository at: | |
|
||
# TODO | ||
|
||
* Delete the default guest user account | ||
* Manage a mcollective user account in RabbitMQ. | ||
* Model user accounts as a defined resource type. | ||
|
||
TODO - | ||
need to understand what valid input for rabbitmq_user_list i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters