Skip to content

Commit 9d6c8d8

Browse files
author
JJ Asghar
committed
3.10.0 release
1 parent f96b884 commit 9d6c8d8

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.kitchen.cloud.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ platforms:
88
driver:
99
name: digitalocean
1010

11+
- name: centos-7-0-x64
12+
driver:
13+
name: digitalocean
14+
1115
- name: debian-7-0-x64
1216
driver:
1317
name: digitalocean
@@ -30,6 +34,12 @@ suites:
3034
- name: default
3135
run_list:
3236
- 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
3343
- name: cluster
3444
run_list:
3545
- recipe[rabbitmq::default]

.kitchen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ suites:
1616
- name: default
1717
run_list:
1818
- 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
1925
- name: cluster
2026
run_list:
2127
- recipe[rabbitmq::default]

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'Apache 2.0'
55
description 'Installs and configures RabbitMQ server'
6-
version '3.9.0'
6+
version '3.10.0'
77
recipe 'rabbitmq', 'Install and configure RabbitMQ'
88
recipe 'rabbitmq::cluster', 'Set up RabbitMQ clustering.'
99
recipe 'rabbitmq::plugin_management', 'Manage plugins with node attributes'

0 commit comments

Comments
 (0)