Skip to content

jbartko/puppet-redis-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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

  • Puppet 89.6%
  • Ruby 10.4%