Formula to install and configure redis.
Note
See the full Salt Formulas installation and usage instructions.
- merge redis 2.4 and 2.6 templates to generic redis.conf.jinja
Install redis only
Install redis and start up the service ( Ubuntu + RedHat based systems should work ).
For a list of all available options, look at: redis/files/redis-{version}.conf.jinja - also have a look at the pillar.example and map.jinja.
Testing is done with kitchen-salt.
Install it via bundler:
$ bundle
Then run test-kitchen with:
$ kitchen converge
Make sure the tests pass:
$ kitchen verify