# irrigate-redis

This cookbook is a wrapper around the redisio chef cookbook. It installs and configures an redis.

## Supported Platforms

CentOS 7.4+
Ubuntu

## Usage

### irrigate-redis::default

Include `irrigate-redis` in your node's `run_list`:

```json
{
  "run_list": [
    "recipe[irrigate-redis::default]"
  ]
}
```

## Additional information
This cookbook will install the latest available version of redis-server package from epel repository.   
If you need specific version just change:
```
default['redisio']['version'] = nil
```
to desired version number.  

It is also possible to install from source code using following recipes from upstream:
```
-include_recipe 'redisio::configure'
-include_recipe 'redisio::enable' 
```

In case of issues with selinux on Centos - follow the instructions from
https://github.com/brianbianco/redisio/issues/345

## License and Authors

Author:: The Orchard
