File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 39
39
default [ 'redisio' ] [ 'mirror' ] = "http://download.redis.io/releases/"
40
40
default [ 'redisio' ] [ 'base_name' ] = 'redis-'
41
41
default [ 'redisio' ] [ 'artifact_type' ] = 'tar.gz'
42
- default [ 'redisio' ] [ 'version' ] = '2.8.6 '
42
+ default [ 'redisio' ] [ 'version' ] = '2.8.13 '
43
43
default [ 'redisio' ] [ 'base_piddir' ] = '/var/run/redis'
44
44
45
45
# Custom installation directory
Original file line number Diff line number Diff line change 1
1
redisio CHANGE LOG
2
2
===
3
3
4
+ 2.2.0 -
5
+ ---
6
+ - Adds behavior to allow the cookbook to NOT manage the redis config files as redis itself will write to them now if you are using sentinel
7
+
4
8
2.1.0 -
5
9
---
6
10
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Installs/Configures redis'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '2.1.1 '
7
+ version '2.2.0 '
8
8
%w[ debian ubuntu centos redhat fedora scientific suse amazon ] . each do |os |
9
9
supports os
10
10
end
You can’t perform that action at this time.
0 commit comments