This module install and manages the Redis server. All redis.conf options are accepted in the parameterized class.
Tested on CentOS 6.3 and Debian Squeeze.
Use the default parameters:
class { 'redis': }
To change the port and listening network interface:
class { 'redis':
conf_port => '6379',
conf_bind => '0.0.0.0',
}
Check the init.pp file for a list of parameters accepted.
Felipe Salum [email protected]