Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-rabbitmq

RabbitMQ Puppet Module
https://github.com/voxpupuli/puppet-rabbitmq

switched permissions to properties.

also got rid of the defaultto, so that omitting
permissions means that it is not managed.

This ...

6fc206cca76b8f7649d7b3cffe2b42d50d414ebb authored over 13 years ago by Dan Bode <[email protected]>
implemented rabbit_user_permissions auto-requires

a2ec64f5c2e594a404fabf87ae738676dc6ad88f authored over 13 years ago by Dan Bode <[email protected]>
Added admin property for rabbitmq_user.

Added a property that manages rather or not a
user is also an admin.

df0388a7f523e5736ab869ca85adbc482ead2467 authored over 13 years ago by Dan Bode <[email protected]>
Merge pull request #1 from bodepd/feature/master/dans_refactor

Feature/master/dans refactor

These commits were review by Jeff Mccune

1dae808b85a7f6dcc571ff16efc2d719fb8ccfc4 authored over 13 years ago by Dan Bode <[email protected]>
changed service to default to rabbitmq-server.

1383935af0517adb5be7e3a92218442a61064f02 authored over 13 years ago by Dan Bode <[email protected]>
changed service to default to rabbitmq-server.

09250217086c5708ff471313061072cd3ee9c4ab authored over 13 years ago by Dan Bode <[email protected]>
checked in gitignore, apache license and todo list

32c80645d68d2d076c8f2fb89e36305f350d3cbd authored over 13 years ago by Dan Bode <[email protected]>
updated smoke tests

4a1a328e7c72b6494c9c911bf79a28ad795027fe authored over 13 years ago by Dan Bode <[email protected]>
Added native types

- rabbitmq_user
- rabbitmq_vhost
- rabbitmq_user_permissions

also added tests

2480693a2ff44e7e80c16c19f3567ec9fee35e1f authored over 13 years ago by Dan Bode <[email protected]>
Added manifest for setting up repo.

26372891f5259b8cfa977638d2af89799fe730ed authored over 13 years ago by Dan Bode <[email protected]>
Added environment config file.

5a0715db2656e563f88a01f94c88d4c43e8d8d6d authored over 13 years ago by Dan Bode <[email protected]>
re-factored rabbitmq modules

- expanded class params for rabbitmq class
- made stomp feature optional
- configuration option t...

7a2dc227aa902e03220ea5e4f55adb728512da0d authored over 13 years ago by Dan Bode <[email protected]>
cleaned up unnecessary module files.

7fc9de13ce41410255ff8de376a6ca9a93e7961e authored over 13 years ago by Dan Bode <[email protected]>
Merge branch 'jeff/rabbitmq-2.4.1'

* jeff/rabbitmq-2.4.1:
Add support for RabbitMQ 2.4.1

d4246708401e2183cf08634987d88140cd1f56ec authored over 13 years ago by Jeff McCune <[email protected]>
Add support for RabbitMQ 2.4.1

This commit has been tested and properly deploys RabbitMQ 2.4.1 for use
with MCollective. Packa...

57875b1615809797ed62139a672459fea34f0d7c authored over 13 years ago by Jeff McCune <[email protected]>
Add release 1.0.3 Initial release to the forge.

Reviewed by Cody. All whitespace issues fixed as far as I can tell.

58b75caa37464e409dffc212bab12ca1640115f0 authored almost 14 years ago by Jeff McCune <[email protected]>
Whitespace only change to tests

869aaabe84bf5ff737d21669a88527f61d8e2efc authored almost 14 years ago by Jeff McCune <[email protected]>
Update version to 1.0.2

ff4a3a65dfd182983d995c4dac533fd7128b4a1e authored almost 14 years ago by Jeff McCune <[email protected]>
Whitespace only fix again. Argh.

9a3ff8bbc98004cab2a357dcb98a89a891e735aa authored almost 14 years ago by Jeff McCune <[email protected]>
Update version to 1.0.1

25b21ccf5dc7ffaaf0a051d425ab616f5c9c2db9 authored almost 14 years ago by Jeff McCune <[email protected]>
Whitespace only fix

f7d472f59979288d64d6a6ad278ff9dec9ca6ce1 authored almost 14 years ago by Jeff McCune <[email protected]>
Add 1.0.0 version.

This commit increments the version to 1.0.0 for initial release to the
Forge.

5994453dde4ae9d8582e7058fa03f4e741e91591 authored almost 14 years ago by Jeff McCune <[email protected]>
Add rabbitmq::service class

This class allows the rabbitmq plugin defined type to notify the entire
class rather than the sp...

1deb2c5da861d789e8726b8141f41edd01953b2d authored almost 14 years ago by Jeff McCune <[email protected]>
Add RabbitMQ Plugin Support

These plugins are modeled using a defined resource type named
rabbitmq::plugin. They notify the...

689cdce35909d89a55a0b6b004d4a1345020322e authored almost 14 years ago by Jeff McCune <[email protected]>
Add rabbitmq service class.

This class manages the rabbitmq package, configuration file for Stomp
and the running service. ...

f6b8fddb3c58e829610e1214ff426b3a763375d6 authored almost 14 years ago by Jeff McCune <[email protected]>
Initial commit

32b76f3ea04884c9952ba91ff3792e1ab379553c authored almost 14 years ago by Jeff McCune <[email protected]>