-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from jjasghar/3.13.0
3.13.0
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
maintainer_email '[email protected]' | ||
license 'Apache 2.0' | ||
description 'Installs and configures RabbitMQ server' | ||
version '3.12.0' | ||
version '3.13.0' | ||
recipe 'rabbitmq', 'Install and configure RabbitMQ' | ||
recipe 'rabbitmq::cluster', 'Set up RabbitMQ clustering.' | ||
recipe 'rabbitmq::plugin_management', 'Manage plugins with node attributes' | ||
recipe 'rabbitmq::virtualhost_management', 'Manage virtualhost with node attributes' | ||
recipe 'rabbitmq::user_management', 'Manage users with node attributes' | ||
|
||
depends 'erlang', '>= 0.9' | ||
depends 'erlang', '~> 1.5.0' | ||
depends 'yum-epel' | ||
depends 'yum-erlang_solutions' | ||
|
||
|