File tree 3 files changed +17
-1
lines changed 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ platforms:
8
8
driver :
9
9
name : digitalocean
10
10
11
+ - name : centos-7-0-x64
12
+ driver :
13
+ name : digitalocean
14
+
11
15
- name : debian-7-0-x64
12
16
driver :
13
17
name : digitalocean
@@ -30,6 +34,12 @@ suites:
30
34
- name : default
31
35
run_list :
32
36
- recipe[rabbitmq::default]
37
+ - name : default-use-distro-version
38
+ run_list :
39
+ - recipe[rabbitmq::default]
40
+ attributes :
41
+ rabbitmq :
42
+ use_distro_version : true
33
43
- name : cluster
34
44
run_list :
35
45
- recipe[rabbitmq::default]
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ suites:
16
16
- name : default
17
17
run_list :
18
18
- recipe[rabbitmq::default]
19
+ - name : default-use-distro-version
20
+ run_list :
21
+ - recipe[rabbitmq::default]
22
+ attributes :
23
+ rabbitmq :
24
+ use_distro_version : true
19
25
- name : cluster
20
26
run_list :
21
27
- recipe[rabbitmq::default]
Original file line number Diff line number Diff line change 3
3
maintainer_email '[email protected] '
4
4
license 'Apache 2.0'
5
5
description 'Installs and configures RabbitMQ server'
6
- version '3.9 .0'
6
+ version '3.10 .0'
7
7
recipe 'rabbitmq' , 'Install and configure RabbitMQ'
8
8
recipe 'rabbitmq::cluster' , 'Set up RabbitMQ clustering.'
9
9
recipe 'rabbitmq::plugin_management' , 'Manage plugins with node attributes'
You can’t perform that action at this time.
0 commit comments