updated README and TODO.

This commit is contained in:
Dan Bode 2011-06-14 11:19:31 -07:00
parent ff782231ed
commit 7b3d955c46
2 changed files with 5 additions and 7 deletions

View File

@ -4,13 +4,14 @@ Jeff McCune <jeff@puppetlabs.com>
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

View File

@ -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