Sha256: 9f5997db92dcdda9314f17510e9bf1c571c9213653d38fa83ae17d118cfcd1f6

Contents?: true

Size: 771 Bytes

Versions: 6

Compression:

Stored size: 771 Bytes

Contents

Redis Module for Puppet
=======================
[![Build Status](https://secure.travis-ci.org/fsalum/puppet-redis.png)](http://travis-ci.org/fsalum/puppet-redis)

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](https://github.com/fsalum/puppet-redis/blob/master/manifests/init.pp) file for a list of parameters accepted.

Author
------
Felipe Salum <fsalum@gmail.com>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
safeguard-devise-0.0.7 puppet/modules/redis/README.md
safeguard-devise-0.0.6 puppet/modules/redis/README.md
safeguard-devise-0.0.5 puppet/modules/redis/README.md
safeguard-devise-0.0.4 puppet/modules/redis/README.md
safeguard-devise-0.0.3 puppet/modules/redis/README.md
safeguard-devise-0.0.2 puppet/modules/redis/README.md