jbartko / puppet-redis-old

Redis Server Module for Puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Puppet 89.6%Language:Ruby 10.4%