From e970f25b281af2db8cca86f016ba3ade547f0929 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Mon, 20 Jul 2015 09:01:22 -0500 Subject: [PATCH] Pick up ssl ciphers fix in rabbitmq cookbook from pull request: https://github.com/jjasghar/rabbitmq/pull/280 Depends-On: Ie803255049b44ceaa7e4715db2a5e4cc70a78c31 Change-Id: Ibc74640f9b8bf26815918e5c9da2c4245e691d31 Related-Bug: #1465846 --- Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 4c5a713..4f48e1c 100644 --- a/Berksfile +++ b/Berksfile @@ -25,7 +25,7 @@ cookbook 'mysql2_chef_gem', '1.0.1' cookbook 'openssl', '4.0.0' cookbook 'postgresql', '3.4.18' cookbook 'python', '1.4.6' -cookbook 'rabbitmq', '4.0.1' +cookbook 'rabbitmq', '4.1.2' cookbook 'xfs', '1.1.0' cookbook 'yum', '3.5.4' cookbook 'selinux', '0.9.0'