puppet-redis icon indicating copy to clipboard operation
puppet-redis copied to clipboard

Puppet Module to manage Redis

Results 27 puppet-redis issues
Sort by recently updated
recently updated
newest added

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.26.0 - Ruby: ruby 2.7.8p225 (2023-03-30 revision 1f4d455848) [x86_64-linux] - Distribution: Ubuntu 22.04.3 - Module version: 9.2.0 and `master` ##...

bug

# What are you seeing (the issue) Someone modified `/etc/redis.conf` and put bogus values (either security issue or other guy mistake, or simply forgotten manual configuration change on machine), and...

1. Disable AOF by setting the appendonly configuration directive to no (it is the default value) 2. Disable RDB snapshotting by disabling (commenting out) all of the save configuration directives...

enhancement

#### Pull Request (PR) description This PR introduces the possibility to install `redis::sentinel` standalone, without `redis::server`. It comes in handy when you need your sentinels to be for example on...

needs-tests
merge-conflicts

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: - Server: 7.9.2 - Agent: 7.20.0 - Ruby: - Distribution: Ubuntu 22.04.1 LTS - Module version: v8.5.0 ## How to...

#### Pull Request (PR) description After multi instance was added we should let redis-sentinel watch over these instances #### This Pull Request (PR) add following features and fixes the following...

backwards-incompatible
merge-conflicts

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.24.0 - Ruby: - Distribution: Ubuntu 18.04 - Module version: 8.2.0 ## How to reproduce (e.g Puppet code you use)...

## Affected Puppet, Ruby, OS and module versions/distributions - Distribution: Ubuntu - Module version: 6.19.0 ## How to reproduce (e.g Puppet code you use) Service template contains the parameter `RuntimeDirectory`...

As I was implementing a number of instances on my RHEL 7.x i ran into 2 issues. 1. It doesn't look like ulimit is getting set correctly for each service....

Redis sentinel have support to monitor multiple redis masters and participate in failover. It would be nice to add support for this. Or at least to implement another issue #223...