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
Adding missing ssl_ parameters from rabbitmq::config class
694c1a57e033a1a8b386b7cd609494004cb665f8 authored over 10 years ago by Morgan Haskel <[email protected]>cleanup of leaning toothpicks (as much as possible, anyway)
eeef53c98b5c74a8eefcb8af7ac2808eb4d7d025 authored over 10 years ago by Hunter Haugen <[email protected]>00960d9fae42bfd23e3a135a322dc41ae5762732 authored over 10 years ago by Mike Dorman <[email protected]>
94dcf678acb5adbf9cca67f57e89a4b64f7174f4 authored over 10 years ago by Terry Zink <[email protected]>
e1d7f8ea878ce4a09cf8628be41975bf63af7385 authored over 10 years ago by Terry Zink <[email protected]>
Fix rabbitmq.config.erb to allow ldap auth without configuring stomp
04a5f9a98bafb7028cd6ceb0a2f38be57cb301f4 authored over 10 years ago by Ashley Penney <[email protected]>rabbitmq-plugins location fix when RHEL and puppet version is < 3
ae31e9037f73efe6832eed7dbdbea52acb64f27e authored over 10 years ago by Morgan Haskel <[email protected]>63801fc827297903eeef59f91b07fce2f6d621cb authored over 10 years ago by Eliot Kristan <[email protected]>
299c862960ff221bc4eeebfcd38227e85b2dfe4b authored over 10 years ago by Mike Dorman <[email protected]>
52e8f1e9198e248b147237146a6a2cc512597b8c authored over 10 years ago by Mike Dorman <[email protected]>
https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/193
dfd6b654e471f30e50db5176611cb19dc2e70b01 authored over 10 years ago by henning <henning@hennix>
In rabbitmq::install there is a condition
on the package_source parameter. It is not
possible to...
Previously, the config_mirrored_queues parameter
had no effect. This patch adds a policy defined...
f58b8b06e272f6c2a0da92ced80fbbbf2b05e10d authored over 10 years ago by Mike Dorman <[email protected]>
d0f4cae2a1e3f52085d0ebad0d602a6a45debdc9 authored over 10 years ago by Sage Imel <[email protected]>
$ssl_verify and $ssl_fail_if_no_peer_cert were missing from rabbitmq::config
class. This was ca...
891ba2f3a80ea2993469840a9750b46f02d9b004 authored over 10 years ago by Mike Dorman <[email protected]>
Editing README to add additional dependancies on debian
e7447851a60a419cd51a09ccf807964b36fdebac authored over 10 years ago by Morgan Haskel <[email protected]>
The erlang version provided in the official debian repository
doesn't handle SSL ciphers used b...
Prepare for 4.0.0 release
9fc09db98c3acb097e90171f24694c8b6bda5019 authored over 10 years ago by Travis Fields <[email protected]>a3f136eaf8cce59e63728017a47137e6c9520a6f authored over 10 years ago by Morgan Haskel <[email protected]>
rabbitmq_plugins is in a funny place on RHEL.
45fb60e210a5351eb43cf4d217d21d84fdaf35c0 authored over 10 years ago by Morgan Haskel <[email protected]>ec5aff0d457e640df780903bd9d64feceb0b0fc2 authored over 10 years ago by Morgan Haskel <[email protected]>
Enabling STOMP plugin when it should be configured and the service managed
f5ef73ec96b1698acf81eb2168748901eb062f30 authored over 10 years ago by Morgan Haskel <[email protected]>fca808b31946f8f5bcd232ad2f9bcf97c000e00a authored over 10 years ago by hblock <[email protected]>
3a3f943cd691298f4685c1e92a7f4ae5dc63ea02 authored over 10 years ago by Miguel Angel Garcia <[email protected]>
allow empty permission fields
81471770dbbaa9bac543f709dd3c850a979e4a1a authored over 10 years ago by Morgan Haskel <[email protected]>Remove problematic package dependency
6d99dbf66a15249c74c6999d2231d89fbde44978 authored over 10 years ago by Morgan Haskel <[email protected]>
This dependency is already defined in the rabbitmq::repo::rhel class
and fails altogether when $...
Remove unused config_mirrored_queues.
cff375a084106f668c9a1dd0d62001573c015e41 authored over 10 years ago by Morgan Haskel <[email protected]>Update Travis matrix:
bcec66cc27bcedfabb9c032d4977e3f359dcf5b8 authored over 10 years ago by Ashley Penney <[email protected]>
* Remove Puppet 3.2
* Remove Facter 1.6
* Add Ruby 2.1.1
* Add Puppet 3.4, 3.5
Configuring queue mirroring should be done by setting the correct policy
on a queue. Looking at ...
Remove rpm provider
f12425d47b17918ba0a5a1ebc7e85b61f9186541 authored over 10 years ago by Ashley Penney <[email protected]>manifests/repo/apt: Fix the apt::source.
f14104d34246f95d64d83f6ff47e7a37302957eb authored over 10 years ago by mhaskel <[email protected]>
Previous commits changed the provider to yum rather than rpm in the
puppet manifest. This commit...
The chaining of the erlang class to esnure erlang is present before this
module is applied no lo...
Using the rpm provider prevents dependancy resolution. As such the user
must ensure that erlang ...
This corrects two really weird things in the way we were managing the
APT repo and the key:
* S...
3f5d538ca2cb19bff8595b99ae8c5a24a8e2d6b5 authored over 10 years ago by Daniele Sluijters <[email protected]>f02209b12bcb8c235c9ff03a149bf7a071c6fb8f authored over 10 years ago by Miguel Angel Garcia <[email protected]>
98732069eaa7cf1aed906001c58eadc874157c50 authored over 10 years ago by Miguel Angel Garcia Martinez <[email protected]>
Got rid of old system tests.
7222c78fed26b1b233a549d9a73b73aab7083605 authored over 10 years ago by Ashley Penney <[email protected]>Functionality all moved to acceptance tests and beaker-rspec. Nodesets added for trusty and saucy.
e6e1782c8416b9cc505ed81bbb203fe34153eccc authored over 10 years ago by Morgan Haskel <[email protected]>$erlang_manage was removed in https://github.com/puppetlabs/puppetlabs-r...
e5e4ae1daa09c4d71c83b4d30106503de3dbae1a authored over 10 years ago by Ashley Penney <[email protected]>Cleanup service management
50194095f49d73d59b63335c1ebcbed3fdee6302 authored over 10 years ago by Ashley Penney <[email protected]>bb7d00d9c1db2b2a4215d56b8234294390c69599 authored over 10 years ago by Morgan Haskel <[email protected]>
bd5cffb7028fc8f325b6b55e43361ed52c242027 authored over 10 years ago by Morgan Haskel <[email protected]>
29892fde68a321a3eb56f7b13a8fee060b423b80 authored over 10 years ago by Anthon Pang <[email protected]>
Also, deprecated rabbitmq::server::manage_service in favor of
rabbitmq::server::service_manage.
This just sets up a very basic framework for beaker-rspec acceptance
tests for rabbitmq, and tes...
fix README example for config_kernel_variables
544fb745c94c72de48f40d5522fa09dc58ea14ba authored over 10 years ago by mhaskel <[email protected]>Some modules still use rabbitmq::server class
48497452e31e8d3de69432d1d1c74490ee93f42e authored over 10 years ago by Ashley Penney <[email protected]>45b4755babc082a1c0eb07338ff565c745793ce6 authored over 10 years ago by Damian Szeluga <[email protected]>
ignore extra tags on the user
97b3a935657dcd55ad1f8360845d81b68c993ec9 authored over 10 years ago by Ashley Penney <[email protected]>Puppet 3.4 compatibility fix
f70588dc2ed5b77dc417195e07e9648ffc5fac80 authored over 10 years ago by Ashley Penney <[email protected]>exchanges recreated if vhost is not default /
ce1e3bb83890d7ee855ae1e5a84923ed3d2298dd authored over 10 years ago by Ashley Penney <[email protected]>baad5e7b525ee51cf7a496e87ca99ec15a3b5c2a authored over 10 years ago by Damian Szeluga <[email protected]>
This should fix issue 173:
https://github.com/puppetlabs/puppetlabs-rabbitmq/issues/173
self.in...
a3b1f765a11db9b6153e5719a80e7ef68af9cc26 authored over 10 years ago by cesar.munoz <[email protected]>allow port to be 'UNSET'.
53f2043aef8f83e9e2f48b098a206861363b4d45 authored over 10 years ago by Ashley Penney <[email protected]>Puppet 3.4 compatibility fix
1e11965b1dcea1a531a575b525112994e989b99b authored over 10 years ago by Ashley Penney <[email protected]>c50cd36665f6a6c77b53af42d080af5512fb89c0 authored over 10 years ago by Martin Schuette <[email protected]>
fixes https://github.com/puppetlabs/puppetlabs-rabbitmq/issues/172
3985eccb41c00e7ac3bcd40d1814a227c516c294 authored over 10 years ago by Martin Schütte <[email protected]>58e8764b9d96020b7b1b3c9c5e295cfbf79b9620 authored over 10 years ago by Tomas Doran <[email protected]>
This allows to have a setup where rabbitmq is not listening
on an non ssl port.
eg:
class { ':...
Fix unit tests.
4707f8a3f5562ea5a3962cd60fcdd98c900f17a6 authored over 10 years ago by Ashley Penney <[email protected]>Apt has changed and now needs an lsbdistid passing through.
b3b3e8c47bc7b3a9f343c19c62620aa98882fcaf authored over 10 years ago by Ashley Penney <[email protected]>Update README.md
7f98b9152ecafabdefd2721875870d529cdecd80 authored over 10 years ago by Ashley Penney <[email protected]>Add documentation for exchanges native type
efc1ba90454749569a9fec748027cff328d5c60d authored almost 11 years ago by Jaime Gago <[email protected]>manage_repos
015bd788ccb495051a2db48e344a3a6aa3381076 authored almost 11 years ago by Hunter Haugen <[email protected]>Remove garethr/erlang dependency
0e30a575a38cc20292ba498d6689016680c5bf8c authored almost 11 years ago by Ashley Penney <[email protected]>
Most of the distributions handle the erlang installation automatically.
The garethr/erlang depen...
4d522badb6522fc3038e5e7b32b2bd2b4a907ac7 authored almost 11 years ago by Anthon Pang <[email protected]>
6b8c64a575d48580b4f2cfbfabeff582612a87be authored almost 11 years ago by Anthon Pang <[email protected]>
If +true+ it will try to setup the repositories provided by rabbitmq.com to
install Rabbit...
Replace hardcoded curl with nanliu-staging's staging::file.
2c0f33be9bcc862f8e4e6986ecd38461793bae9f authored almost 11 years ago by Hunter Haugen <[email protected]>
This replaces the hardcoded `curl` exec with a more flexible
downloader provided by nanliu-stagi...
this isn't necessary for actual functionality but is easier for unit
tests
7be192b9d68fa25b806ecb37daf4417cfbe56fff authored about 11 years ago by Jeremy Kitchen <[email protected]>
daa8d64cee53df6c18a8240cf01e993c4fd38849 authored about 11 years ago by Tomas Doran <[email protected]>
fix README.md
3940e6176523a663e142be517c9e38fc4d7922a3 authored about 11 years ago by Ashley Penney <[email protected]>eb2ab911c7e4ca90d450baef4c8d578e24d2ba6f authored about 11 years ago by Hiving <[email protected]>
de74a77a52fc943519c2b6d2a486adbb3dad4b54 authored about 11 years ago by Ben Jones <[email protected]>
Removed trailing whitespace causing lint error
da0e640b55f5cc818d75cabd980252ea9c44eb99 authored about 11 years ago by Ashley Penney <[email protected]>Removed a single whitespace char to fix puppet-lint error.
28d563396ac8937eb1707f4b6c5f2afcbac1155d authored about 11 years ago by Daniel Lawrence <[email protected]>add parameter for specifying custom repository URL
582a951f7da475a202ba12b9acf02cdc5da5a895 authored about 11 years ago by Ashley Penney <[email protected]>Allow erlang kernel config options in rabbitmq.conf
5b109bd951db6d3e2f32e33285b60ed66740bede authored about 11 years ago by Ashley Penney <[email protected]>d88353fc176ef39f2855bf3d2737704b4c87d0c9 authored about 11 years ago by Jorge Espada <[email protected]>
sort kernel vars before map
037f93a76ffabec8dfedd5a1ef33d1fb03ccaf6b authored about 11 years ago by Ben Jones <[email protected]>Let rabbitmq authenticate through LDAP
28ebadca446391ab52c17b10df3149316b0c0c12 authored about 11 years ago by Ashley Penney <[email protected]>7c26b5e627274e651fd0a16d43755c994d30e5a3 authored about 11 years ago by Raphaël Pinson <[email protected]>
Missing plugin provider.
eec48ed1df4dfda088efb55ca831662d11254bde authored about 11 years ago by Ashley Penney <[email protected]>6641ec3a40b70aec5ab78da8ee63c87d8e0a2ded authored about 11 years ago by Anthon Pang <[email protected]>
Allow configuration of remainder of ssl associated variables (necessary ...
1693a2378a6622be0b2e97919e7cd4dcff49ba15 authored about 11 years ago by Ashley Penney <[email protected]>538cf6df96a5dd097c2417afbeac5bd7530a4d32 authored about 11 years ago by Jeff '2 bits' Bachtel <[email protected]>
5f668e1761c6f4d3ef0da754c6f3c7e468ec3504 authored about 11 years ago by Ashley Penney <[email protected]>
Prepare 3.1.0 release.
25420cb3c26c9a8432ab519d43c094d614d4fec4 authored about 11 years ago by Ashley Penney <[email protected]>e8f8a96aaaba4a6630c6ced1c9205f0a970e217d authored over 11 years ago by Jorge Espada <[email protected]>
Fix license file.
328f000538db4503f1c8c87c7335e9682f92e812 authored over 11 years ago by Ashley Penney <[email protected]>c2fc7328578f1d386819dfa42f6f0a4cca38b2c8 authored over 11 years ago by Ashley Penney <[email protected]>
Fix README.md
dd87d891c270d0029c97ad64b699242c336f3f94 authored over 11 years ago by Ashley Penney <[email protected]>