File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
rabbitmq Cookbook CHANGELOG
2
2
===========================
3
3
This file is used to list changes made in each version of the rabbitmq cookbook.
4
+
5
+ v3.9.0 (2015-01-28)
6
+ ------------------
7
+ Song of this Release: [ Cascade] ( http://www.pandora.com/hyper/we-control/cascade ) by Hyper
8
+
9
+ - Moved the service enable and start to the bottom of the default recipe so you can change variables around. Issue #201
10
+ - syntax typos #208
11
+ - LWRP for managing RabbitMQ parameters #207
12
+ - Distro version pinning #211
13
+
4
14
v3.8.0 (2015-01-07)
5
15
------------------
6
- Song of this Release:
16
+ Song of this Release: Sunlight (2011) by by Modestep
7
17
8
18
- Update to ` 3.4.3 ` release of rabbitmq
9
19
- Updated from 12.04 to 14.04 for Ubuntu Specs
Original file line number Diff line number Diff line change 5
5
# Allow the distro version to be optionally pinned like the rabbitmq.com version
6
6
default [ 'rabbitmq' ] [ 'pin_distro_version' ] = false
7
7
8
-
9
8
# being nil, the rabbitmq defaults will be used
10
9
default [ 'rabbitmq' ] [ 'nodename' ] = nil
11
10
default [ 'rabbitmq' ] [ 'address' ] = nil
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.8 .0'
6
+ version '3.9 .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