This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
Releases: covermymeds/puppet-redis
Releases · covermymeds/puppet-redis
Added support for alternate package names
Support alternative package names
Merged PR 12 derkgort:feature/package_naming to allow for alternative package names to be managed
Update default run dir for redis
Merge pull request #11 from covermymeds/default_config Update the default directory for redis
Enforce one-time config file copy
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
This release supports adding a quorum parameter to the sentinel config hash. Reference #8
Enable config script retry if redis is down.
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
v0.2.2 Bump the version to 0.2.2