Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Use latest version of rabbitmq cookbook
Browse files Browse the repository at this point in the history
Change-Id: I3ff70f636aa79d863d5915520cc086c14c0f6780
Partial-Bug: #1465846
  • Loading branch information
kramvan1 committed Jun 16, 2015
1 parent 95d1347 commit ce02b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
maintainer_email 'opscode-chef-openstack@googlegroups.com'
license 'Apache 2.0'
description 'Provides the shared messaging configuration for Chef for OpenStack.'
version '11.0.0'
version '11.1.0'

recipe 'server', 'Installs and configures server packages for messaging queue used by the deployment.'
recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via the server recipe'
Expand All @@ -14,4 +14,4 @@
end

depends 'openstack-common', '>= 11.0.0'
depends 'rabbitmq', '~> 3.13'
depends 'rabbitmq', '~> 4.0'

0 comments on commit ce02b06

Please sign in to comment.