chef-cookbook icon indicating copy to clipboard operation
chef-cookbook copied to clipboard

Development repository for Chef cookbook RabbitMQ

Results 13 chef-cookbook issues
Sort by recently updated
recently updated
newest added

Looks like rework in https://github.com/rabbitmq/chef-cookbook/commit/f046999255a84d51f909ddb47d0f145f9fe983af introduced `undump` method which requires ruby 2.5+. Chef infra client bundles ruby with it and 13th version has only 2.4.5 ruby. * Cookbook version used:...

Basically a copy-paste job that puts any code in `providers` directly in to the corresponding file in `resources`. There will probably be some tweaks along the way. I can do...

Is it possible to add template to enable and configure ldap authentication/authorization?

enhancement

## Proposed Changes * Create two new templates to support the new style config format `rabbitmq.conf` and `advanced.config` while not breaking functionality of the older config style * Allow overriding...

When RabbitMQ environment variable file is generated, we [assume](https://github.com/rabbitmq/chef-cookbook/blob/8946d0bd6096392ea62b9a7e08b6fa749072d639/recipes/default.rb#L314) that it is named `rabbitmq-env.conf` on all platforms but this is not the case on Windows, where the name is `rabbitmq-env-conf.bat`.

Chef: 15.8.23 Cookbook version: 5.8.4 OS: CentOS7.7 RabbitMQ version: 3.7.25 Erlang version: 21.3 How to reproduce: `ssh user@rabbitmq-server sudo /bin/bash -c "chef-client"` `ssh user@rabbitmq-server sudo chef-client` We encountered an issue...

usability

Why logrotate is configured only for upstart ? if node['rabbitmq']['job_control'] == 'upstart' && node['rabbitmq']['manage_service'] ... logrotate_app 'rabbitmq-server' do path node['rabbitmq']['logrotate']['path'] enable node['rabbitmq']['logrotate']['enable'] rotate node['rabbitmq']['logrotate']['rotate'] frequency node['rabbitmq']['logrotate']['frequency'] options node['rabbitmq']['logrotate']['options'] sharedscripts node['rabbitmq']['logrotate']['sharedscripts']...

This is an umbrella issue that's related to #442, #496 and some general ideas about what 6.0 and the [new style config format](http://www.rabbitmq.com/configure.html#config-file-formats) support might look like. It will be...

enhancement

It seems we can something like: ``` bash cd /usr/local/bin sudo wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-management/rabbitmq_v3_5_0/bin/rabbitmqadmin chmod +x rabbitmqadmin cd - rabbitmqadmin -H localhost -u guest -p mypass list vhosts /root +------+----------+ |...

On CIS benchmarked servers (and possibly other benchmarks), the umask settings are pretty strict with all new files getting created with permissions of 600. Since plugins get downloaded as root...