# irrigate-memcached-cookbook


This cookbook is a lightweight wrapper around the memcached chef cookbook. It installs and configures an memcached.

## Supported Platforms

CentOS 6+

## Usage

### irrigate-memcached::default

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

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

## License and Authors

Author:: The Orchard
