File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provisioner:
5
5
name : chef_zero
6
6
7
7
platforms :
8
- - name : centos-5.10
9
8
- name : centos-6.5
10
9
- name : ubuntu-12.04
11
10
- name : ubuntu-14.04
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ rabbitmq Cookbook CHANGELOG
2
2
===========================
3
3
This file is used to list changes made in each version of the rabbitmq cookbook.
4
4
5
+ v3.5.0 (2014-11-26)
6
+ -------------------
7
+ Updated for the new release of RabbitMQ release 3.4.2
8
+ Removed the Centos 5.10 from integration testing
9
+ Updated the Gemfile for testing
10
+
5
11
v3.4.0 (2014-11-23)
6
12
-------------------
7
13
- Updated the RuboCop camel case
Original file line number Diff line number Diff line change 1
1
# Latest RabbitMQ.com version to install
2
- default [ 'rabbitmq' ] [ 'version' ] = '3.3.5 '
2
+ default [ 'rabbitmq' ] [ 'version' ] = '3.4.2 '
3
3
# The distro versions may be more stable and have back-ported patches
4
4
default [ 'rabbitmq' ] [ 'use_distro_version' ] = false
5
5
Original file line number Diff line number Diff line change 31
31
node [ 'rabbitmq' ] [ 'disabled_plugins' ] . each do |plugin |
32
32
rabbitmq_plugin plugin do
33
33
action :disable
34
- notifies :restart , "service[#{ node [ 'rabbitmq' ] [ 'service_name' ] } ]"
35
34
end
36
35
end
Original file line number Diff line number Diff line change 2
2
3
3
describe 'rabbitmq::default' do
4
4
5
- version = '3.3.5 -1'
5
+ version = '3.4.2 -1'
6
6
7
7
let ( :chef_run ) do
8
8
ChefSpec ::ServerRunner . new . converge ( described_recipe )
You can’t perform that action at this time.
0 commit comments