Skip to content

Commit

Permalink
updated README and TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bode committed Jun 14, 2011
1 parent 6e3f448 commit 86f3d77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
provider TODO -
- password should be a property and not a param
- what if we tried to log in as that user?
- permission types should be properties and not params
- user_permissions should auto-require users/vhost
- implement self.instances
- can permissions from list_user_permissions contain whitespace?
- what about defaultfor :true?
- prefetching for performance
Expand Down

0 comments on commit 86f3d77

Please sign in to comment.