Colleen Murphy 6e586cb4ad Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I735ee9ffaa81dafce584b7c8aeb17e48e35a48f2
2018-07-12 09:57:45 +02:00
2015-08-13 16:52:15 -07:00
2015-08-13 16:52:15 -07:00
2018-07-12 09:57:45 +02:00
2015-01-29 22:59:26 +00:00

OpenStack Redis Module

Marton Kiss marton.kiss@gmail.com Sebastian Marcet smarcet@gmail.com

Quick Start

To install Redis server and configure it with defaults, include the following in your manifest file:

class { 'redis':
}

Configuration

This module supports redis version 2.2.x, 2.4.x and 2.6.x on Ubuntu Operation Systems.

Redis server

class { 'redis':
  redis_port        => '6379',
  redis_bind        => '127.0.0.1',
  redis_password    => 'mys3cr3tpassw0rd',
  redis_max_memory  => '1gb',
  version           => '2.2.12',
}

NOTE: you must specify the package version number, because the configuration templates are different for major redis versions.

Description
Puppet module to deploy redis
Readme 169 KiB
Languages
HTML 97.9%
Puppet 1.2%
Ruby 0.9%