Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Releases: covermymeds/puppet-redis

Added support for alternate package names

12 Apr 18:28
Compare
Choose a tag to compare

Updated metadata.json file to reflect last pull and publishing to the puppet forge.

Support alternative package names

12 Apr 17:03
Compare
Choose a tag to compare

Merged PR 12 derkgort:feature/package_naming to allow for alternative package names to be managed

Update default run dir for redis

19 Aug 14:16
Compare
Choose a tag to compare
Merge pull request #11 from covermymeds/default_config

Update the default directory for redis

Enforce one-time config file copy

18 Aug 16:19
Compare
Choose a tag to compare

BREAKING CHANGE: This release removes the "refreshonly" on the exec and introduces a "creates" parameter on the exec. If the target of the "creates" is not present the exec will copy the initial file in place, create the semaphore file, and restart redis. This could cause issues with existing system so they should be manually updated. Create the semaphore file manually before switching to this release on existing systems.

Support quorum parameter in sentinel

02 Jun 14:49
Compare
Choose a tag to compare

This release supports adding a quorum parameter to the sentinel config hash. Reference #8

Enable config script retry if redis is down.

30 Dec 14:48
Compare
Choose a tag to compare
Bump the version to 0.2.3

This version includes an update to the config script to enable a re-run if redis is down.

Fix a parameter bug in the persist.pp class

21 Jul 15:08
Compare
Choose a tag to compare
v0.2.2

Bump the version to 0.2.2

v0.2.1

21 Jul 11:48
Compare
Choose a tag to compare

Minor update to better manage the persistence resources.

v0.2.0

09 Apr 11:30
Compare
Choose a tag to compare
Release v0.2.0

v0.1.0

08 Apr 19:08
Compare
Choose a tag to compare
Update README.md

The `down_after` and `failover_timeouts` are required parameters.