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
30489201d6611e744701e5dbac9491b88ea0095a authored almost 10 years ago
Don't create rabbitmqadmin.conf if disabled
f0ad2fe549193b9a96090f05fcd20af7f3c78d61 authored almost 10 years agoAdded parameters to exchanges
0e860c9874c911e1b10b2e8652e0168f26fbea8b authored almost 10 years agoRemove duplicate $ssl_interface
91c767e2ac2ee62162ad79ea392c3c9ca77074c3 authored almost 10 years ago
This was added twice in two separate pull requests and
causes the following error:
Error: Ca...
377828ec9d20519b8f849b8f14b18df66f582e02 authored almost 10 years agoMODULES-1888 - Added missing config params used in the rabbitmq.conf template.
8e69912718efa7129b1d45e59e8a47e8cc22e339 authored almost 10 years ago8bbfe320035fae2ae900211501008d63dc3c171c authored almost 10 years ago
Sync with modulesync and update test environments
75f17a145d4a04ca534b1be8d530a9922c99b4e5 authored almost 10 years ago6eeb68be0b94e255fe84e14467502be1ee5797ae authored almost 10 years ago
Added capability to use 'durable', 'internal' and 'auto_delete' options with exchanges
Update R...
6213a37c02a0c2bc9e6953fb23739c54c532bec4 authored almost 10 years agoType checking fixes:
Ports should be allowed to be integers, so wrap each validate_re
function ...
This commit makes the following changes to the test matrix:
- Runs tests on ruby 2.1.5 instead ...
f47dc9e6eac954569f003a328f25bd0f45f0bf12 authored almost 10 years agoef3d9fb32a5020c6a431ad6e4250bf7d73c68523 authored almost 10 years ago
1304ce61142e9cc8338aeade3c1280b5c04bf83d authored almost 10 years ago
If the admin service isn't enabled then we shouldn't create the config
file.
Without this fix the rabbitmq_binding & rabbitmq_queue providers are unable to work when
rabbitm...
When using set_policy to define the 'expires' policy, or setting 'ha-params'
when using 'ha-mode...
MODULES-1857 - Fixing test failures
c9a4951e032ca76b00559ef5441515b96b2be23c authored almost 10 years ago
The Gemfile is now pulling in rspec-core 3.2.2 & rspec-puppet 2.0.1.
This fix has updated the te...
5.1.0 prep
96b2c0fb247471e8a1e915f0e43d5fbbdc5358fe authored almost 10 years ago739c5a08334271e2bd2675952bc22d8e0f8d069b authored almost 10 years ago
Fixes for file_limit
82328f1a150084936b745d07dff9707970bb7bb7 authored almost 10 years ago
There were no docs or tests, and the validation failed if an integer was
passed
Revert "Make $rabbitmq::params::package_apt_pin default to undef"
4d4c9efab218050b84282924824388bdbf16b32d authored almost 10 years ago1264047840b84f50031594e9eb735b8d2686997f authored almost 10 years ago
Added ulimit support
15e2421048a3495e60482837910441a1248bf6f0 authored almost 10 years ago741aa810b2333ffc4490d4542d091767b9b40e9a authored almost 10 years ago
Make LDAP section more configurable
eb3d5460f6ba163b31f6659888c7f109475af487 authored almost 10 years agoed770283743d30a0a2a2d7d5b11d0e1758bf53a9 authored almost 10 years ago
Add Support for OpenBSD and fix rabbitmq_exchange/rabbitmqadmin.rb
50b9eb3b8bd316a7be98c8f04023774090db2f0b authored almost 10 years agoFixed up rabbitmq.conf file layout
1ad0a6ecff93c6d8783e1e0b439b887a29a76787 authored almost 10 years ago
Resolved issues with spec tests failing as the file layout changed with
new lines, causing error...
Fixed layout of ssl_options section to make sure they are on separate
lines, making it easier to...
Puppet run, they were re-created.
Restructure the code, to get rid of the bogus/broken parse_com...
121771bb0de91f9c7a5744b68e7dc240e3bc823d authored almost 10 years agoAnd pass them in config.pp when it is used.
Document the rabbitmq_home, rabbitmq_user and rabbit...
1e685b4fad5fbee6b829efdec1fbf1d71c2d0593 authored almost 10 years agoed993045678fec5bfc2478c85b182f3670e21aae authored almost 10 years ago
Added interfaces option to set what interfaces rabbitmq binds to.
2f955e1195665599da99655131493622e4bbe490 authored almost 10 years agoMake $rabbitmq::params::package_apt_pin default to undef
c90c7072419761252c3ed6d0c432bff94407fdb0 authored almost 10 years agoadministrator and tags fixes
8d55986aceb35a210e9c43e0d0508b8d83f997ac authored almost 10 years ago
Added spec tests for new interfaces and ssl_interfaces parameters to
ensure they are configured ...
Added 'interface' and 'ssl_interface' options to ::rabbitmq to allow the
user to set which inter...
While working with this puppet module, I observed a few glitches:
- setting admin to true and t...
ad3e93eaaea9b3eca30bb74c4d1b50fae5eef2b1 authored almost 10 years ago35fd70e43624b8c44d80f58b044f1b5be7c731ba authored almost 10 years ago
Fix unscoped template variables
654f3433aaa3c7abaebb0fb2c4574e1ce5da0fcb authored almost 10 years ago
LDAP related variables in rabbitmq.config.erb rely
on dynamic scoping, which is discontinued in ...
rabbitmq::repo::apt tests whether this value is true,
which fails with the future parser if defa...
Bugfix for ssl_versions in rabbitmq.config
9c40d7f28285f5601aea1e025634e7360ff8aa9a authored almost 10 years agoae66ee8307f1e563bc22c79949b527939c4aa0f0 authored almost 10 years ago
The format reference example is given in https://www.rabbitmq.com/ssl.html#disabling-tls-versi...
4dcfdf510b60887db25eca48165125c4d6956198 authored almost 10 years agoSSL option in rabbitmqadmin.conf is broken
c47a8becbd227f40d43876b2b48da7b0a2b435c1 authored almost 10 years ago
This fixes MODULES-1691, caused by upstream bug
https://github.com/rabbitmq/rabbitmq-management/...
Fix rabbitmq-env.conf parameters
5280e6629411fc02582f744f4bc379a2fe002c88 authored about 10 years agoAdded ssl_versions parameter
177e3e962fdaf16fd1b92e3343ef988bf0baabd7 authored about 10 years ago
W/o this patch, env parameters from rabbitmq-env.conf
will always override the ones specified at...
5675b38fbdc0d13c3d3a9b4ed6bb67091cad2ca6 authored about 10 years ago
This commit adds the ssl_versions parameter. This allows users to
choose which versions of SSL t...
Idiomatic syntax for should_policy and should_vhost
52d35576edf38c1e56d34cae14607ff5a6b24861 authored about 10 years agoAdd retries for non transient file transfer errors
384892af00754e014b8a8fe9224a524cc688e349 authored about 10 years agoDocumentation update for ssl_only
b39952affb067ed6781276ac2ca268d71df90a4f authored about 10 years agoMake rabbitmq providers to retry the commands
e8dbe8d37d6c9b5377eb9434766884236e4d8658 authored about 10 years agoFix pin conditional
ac67949e31a13d9cd2512cce80b8677b16d56b02 authored about 10 years agoUser tag changes for <=3.3.4
da9c7a8ba4f1cc96569623cb9b3562f33925d917 authored about 10 years agoAdd new Resources for Queue and Bindings.
4657e5777ed0d7eaf94240ce1d5ce19ca25eee5e authored about 10 years agod37c9ab55d39784156f794b36cad3180516351d7 authored about 10 years ago
W/o this patch, Rabbitmq::Install::Rabbitmqadmin/Staging::File[rabbitmqadmin]
/Exec[/var/lib/rab...
Do not enforce the source value for yum provider
cf301012f94162cfb9566ecc77f1e66f4189a23f authored about 10 years agoUpdate cluster example to include required parameters
0813f47f80e134e03d3b112b7bfb9904537edec5 authored about 10 years agoDue to the way the environment configuration works setting ssl_true does not actually disable th...
0be89ec3ada988948b12d7fc66c1a9a0cf534bac authored about 10 years ago
W/o this fix, then RabbitMQ put in a cluster and managed,
for example, by Pacemaker, rabbitmqctl...
Since the default value of package_apt_pin is an empty string
rather than a boolean, it was fail...
W/o this issue, source for package is always being constructed
as an Internet link in case of Re...
The erlang_cookie and wipe_db_on_cookie_change parameters
are required for rabbitmq clustering.
the array and then the set is created from that, instead of map
coercing the set to an array,...
e709ba7271ede8c58155cdbc14f15da87519c04f authored about 10 years ago
Prepare 5.0.0 release
1cc2e54731a7456123cc05c40d9565e9d2f3fa99 authored about 10 years agoaaab4f45c13b689a379f5c22902efc05c6af7848 authored about 10 years ago
Stop claiming to support Puppet 2.7.
cfd3d2be07e4c95e749194addd0cebd42b3173bc authored about 10 years agoRemove deprecated parameters
bdf9453a77560d31ddf88e8bff9195b1aed53bf6 authored about 10 years ago931a6d4b294216f1896c99f12f5aab0102f38e07 authored about 10 years ago
d998f948fd4a5001b85fcbf4c40b3a78f08ac2f6 authored about 10 years ago
a2f802cc17aae331663f640337d0f2217c3e438f authored about 10 years ago
ebc20c216d6c294a10b5ae015495fb404a878288 authored about 10 years ago
All parameters removed in this patch were deprecated prior to
3.0.0. It is time to let them go.
Replace erlang cookie fact with type and provider
fd13a5a4fe0b8c2b9e2d243e62255e22cec84e28 authored about 10 years ago
Like passwords, secret cookies shouldn't have defaults. This
change removes the default and hard...
7a8951d52b31983f263dd20a2caa98bc3f92214e authored about 10 years ago
Keeping secrets as facts is a potential security risk since facts
are generally not protected as...
Fixes for #253
04145c1c7e45a899536a557e6ac36478b0fcbdaa authored about 10 years agoFix lint errors in ldap_user_dn_example parameter
cf5d62f089d2e057a17bf401a57e4877db60e1eb authored about 10 years ago
This commit puts rabbitmqadmin.conf in /etc/rabbitmq instead of /tmp so
that puppet does not hav...
5aea1f115a59515f57e34e0f3b6a6ec24d3c9274 authored about 10 years ago
There is no $username variable anywhere in the rabbitmq module.
${username} is not a valid cn. W...
Installation of the rabbitmqadmin script fails when SSL is enabled. This...
ac046ee440e3444e7fccae90e22562a9cd5c06c7 authored about 10 years agoStop testing on 2.7.0
26a74aea49c544f303eb760680546fba92d2f3ad authored about 10 years ago
Conflicts:
manifests/install/rabbitmqadmin.pp
Beaker tests for vhost and policy
325de42b13fbe12e173c3b089bdea3fbf8975459 authored about 10 years agoImprove rabbitmq type acceptance tests
3741e869a240a2402c6bb8b78660ba2963f2c88c authored about 10 years ago
This patch adds checks for idempotency and improves the shell command
syntax to contain one test...
(MODULES-636) Allow version to be user-defined
f7306ff64216c6216d9d2a00222dc70b743843ff authored about 10 years ago(MODULES-1085) Allow changing of user password
e1aab42248f809b1dc1b23e977a9253f38a7be73 authored about 10 years ago