Skip to content

Commit

Permalink
3.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed Feb 5, 2015
1 parent f96b884 commit 9d6c8d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .kitchen.cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ platforms:
driver:
name: digitalocean

- name: centos-7-0-x64
driver:
name: digitalocean

- name: debian-7-0-x64
driver:
name: digitalocean
Expand All @@ -30,6 +34,12 @@ suites:
- name: default
run_list:
- recipe[rabbitmq::default]
- name: default-use-distro-version
run_list:
- recipe[rabbitmq::default]
attributes:
rabbitmq:
use_distro_version: true
- name: cluster
run_list:
- recipe[rabbitmq::default]
Expand Down
6 changes: 6 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ suites:
- name: default
run_list:
- recipe[rabbitmq::default]
- name: default-use-distro-version
run_list:
- recipe[rabbitmq::default]
attributes:
rabbitmq:
use_distro_version: true
- name: cluster
run_list:
- recipe[rabbitmq::default]
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs and configures RabbitMQ server'
version '3.9.0'
version '3.10.0'
recipe 'rabbitmq', 'Install and configure RabbitMQ'
recipe 'rabbitmq::cluster', 'Set up RabbitMQ clustering.'
recipe 'rabbitmq::plugin_management', 'Manage plugins with node attributes'
Expand Down

0 comments on commit 9d6c8d8

Please sign in to comment.