Skip to content

PearsonEducation-Puppet/puppet-redis

 
 

Repository files navigation

Redis Module for Puppet

Build Status

This module install and manages the Redis server. All redis.conf options are accepted in the parameterized class.

Operating System

Tested on CentOS 6.3 and Debian Squeeze.

Quick Start

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',
}

Parameters

Check the init.pp file for a list of parameters accepted.

Author

Felipe Salum fsalum@gmail.com

About

Redis Server Module for Puppet

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 55.7%
  • Puppet 38.4%
  • Shell 5.9%