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.2+ - Ruby: - Distribution: RedHat 9 - Module version: 11.0.0 ## How to reproduce (e.g Puppet code you use)...

Pull Request (PR) description Enable setting the masteruser and auth_user parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules. Without the sensitive...

#### Pull Request (PR) description Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules. #### This Pull Request...

enhancement

To not reveal sensitive Data * either wrap the rendered Template in `manifests/sentinel.pp`, like ```puppet file { $config_file_orig: ensure => file, owner => $service_user, group => $service_group, mode => $config_file_mode,...

Warning: `'puppet-redis' (v10.0.0) requires 'puppet-systemd' (>= 2.0.0 < 7.0.0)`

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 8.6.0 - Ruby: - Distribution: - Module version: 10.0.0 ## How to reproduce (e.g Puppet code you use) Using this...

#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues

#### Pull Request (PR) description Avoid using this copy with destination and source beeing equal Remark: generally it's a bad idea to use an exec statement to copy a file....

merge-conflicts

#### Pull Request (PR) description Avoid systemd-related code when running on non-Linux operating systems. #### This Pull Request (PR) fixes the following issues No issue found, just noticed that FreeBSD...

#### Pull Request (PR) description minor change to the `redis.conf` EPP template to make it possible to disable `rdb_save_incremental_fsync` #### This Pull Request (PR) fixes the following issues Fixes #494

needs-tests
needs-work