diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e326dd..4b2fd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,655 +1,668 @@ # Changelog All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v8.2.0](https://github.com/voxpupuli/puppet-redis/tree/v8.2.0) (2021-10-11) + +[Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v8.1.1...v8.2.0) + +**Implemented enhancements:** + +- allow bin\_path overrides for custom redis installs [\#423](https://github.com/voxpupuli/puppet-redis/pull/423) ([aamerik](https://github.com/aamerik)) +- Add TLS support [\#421](https://github.com/voxpupuli/puppet-redis/pull/421) ([aamerik](https://github.com/aamerik)) + +**Fixed bugs:** + +- Skip ensuring package if sentinel requires no additional package [\#417](https://github.com/voxpupuli/puppet-redis/pull/417) ([kajinamit](https://github.com/kajinamit)) + ## [v8.1.1](https://github.com/voxpupuli/puppet-redis/tree/v8.1.1) (2021-08-30) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v8.1.0...v8.1.1) **Fixed bugs:** - Honor redis::sentinel::package\_ensure [\#413](https://github.com/voxpupuli/puppet-redis/pull/413) ([kajinamit](https://github.com/kajinamit)) ## [v8.1.0](https://github.com/voxpupuli/puppet-redis/tree/v8.1.0) (2021-08-29) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v8.0.0...v8.1.0) **Implemented enhancements:** - Ability to disable slowlog\_log\_slower\_than [\#404](https://github.com/voxpupuli/puppet-redis/issues/404) - Allow disable to disable slow log [\#414](https://github.com/voxpupuli/puppet-redis/pull/414) ([root-expert](https://github.com/root-expert)) - Use Puppet-Datatype Sensitive for $masterauth and $auth\_pass [\#403](https://github.com/voxpupuli/puppet-redis/pull/403) ([cocker-cc](https://github.com/cocker-cc)) **Merged pull requests:** - Allow stdlib 8.0.0 [\#411](https://github.com/voxpupuli/puppet-redis/pull/411) ([smortex](https://github.com/smortex)) ## [v8.0.0](https://github.com/voxpupuli/puppet-redis/tree/v8.0.0) (2021-07-24) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v7.0.0...v8.0.0) **Breaking changes:** - Use EPP for Configfile [\#407](https://github.com/voxpupuli/puppet-redis/pull/407) ([cocker-cc](https://github.com/cocker-cc)) - Drop Ubuntu 16.04 support [\#406](https://github.com/voxpupuli/puppet-redis/pull/406) ([ekohl](https://github.com/ekohl)) - Drop Puppet 5 support [\#392](https://github.com/voxpupuli/puppet-redis/pull/392) ([ekohl](https://github.com/ekohl)) **Implemented enhancements:** - Adding ability to secure Sentinel [\#399](https://github.com/voxpupuli/puppet-redis/pull/399) ([markasammut](https://github.com/markasammut)) **Fixed bugs:** - set correct redis bin path in systemd for instances when using SCL [\#405](https://github.com/voxpupuli/puppet-redis/pull/405) ([alexskr](https://github.com/alexskr)) **Closed issues:** - Missing ability to secure sentinel? [\#305](https://github.com/voxpupuli/puppet-redis/issues/305) **Merged pull requests:** - switch from camptocamp/systemd to voxpupuli/systemd [\#408](https://github.com/voxpupuli/puppet-redis/pull/408) ([bastelfreak](https://github.com/bastelfreak)) ## [v7.0.0](https://github.com/voxpupuli/puppet-redis/tree/v7.0.0) (2021-04-28) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v6.1.0...v7.0.0) **Breaking changes:** - Remove support for THP in Redis module - recommend forge module [\#385](https://github.com/voxpupuli/puppet-redis/pull/385) ([dom-nie](https://github.com/dom-nie)) - Drop sysinit /CentOS 6 support [\#382](https://github.com/voxpupuli/puppet-redis/pull/382) ([ekohl](https://github.com/ekohl)) - Make augeasproviders\_sysctl a soft dependency [\#377](https://github.com/voxpupuli/puppet-redis/pull/377) ([ekohl](https://github.com/ekohl)) - Move package parameters to init.pp [\#374](https://github.com/voxpupuli/puppet-redis/pull/374) ([ekohl](https://github.com/ekohl)) **Implemented enhancements:** - Declare Puppet 7 support [\#400](https://github.com/voxpupuli/puppet-redis/pull/400) ([ekohl](https://github.com/ekohl)) - Set ulimit via systemd using camptocamp/systemd [\#396](https://github.com/voxpupuli/puppet-redis/pull/396) ([ekohl](https://github.com/ekohl)) - puppetlabs/stdlib: Allow 7.x [\#394](https://github.com/voxpupuli/puppet-redis/pull/394) ([bastelfreak](https://github.com/bastelfreak)) - Allow relative paths for $log\_file [\#387](https://github.com/voxpupuli/puppet-redis/pull/387) ([ekohl](https://github.com/ekohl)) - Add support for rename-command in redis.conf [\#383](https://github.com/voxpupuli/puppet-redis/pull/383) ([carlhals](https://github.com/carlhals)) - enable sentinel bind usage with multi ip [\#365](https://github.com/voxpupuli/puppet-redis/pull/365) ([ragingdave](https://github.com/ragingdave)) - Make protected-mode configurable for sentinel [\#272](https://github.com/voxpupuli/puppet-redis/pull/272) ([eliskovets](https://github.com/eliskovets)) **Fixed bugs:** - Set the correct log dir on RH SCL [\#379](https://github.com/voxpupuli/puppet-redis/pull/379) ([ekohl](https://github.com/ekohl)) - Drop dotdeb repo management support [\#371](https://github.com/voxpupuli/puppet-redis/pull/371) ([ekohl](https://github.com/ekohl)) - Correct config\_dir for scl support [\#353](https://github.com/voxpupuli/puppet-redis/pull/353) ([markasammut](https://github.com/markasammut)) **Closed issues:** - Make ulimit optional or use puppet-systemd for dropin [\#390](https://github.com/voxpupuli/puppet-redis/issues/390) - After a reboot THP \(Transparent Huge Pages\) are enabled again [\#372](https://github.com/voxpupuli/puppet-redis/issues/372) - File descriptor limit is not set in systemd unit file by default. [\#349](https://github.com/voxpupuli/puppet-redis/issues/349) - Redhat SCL Config\_Dir Issue [\#341](https://github.com/voxpupuli/puppet-redis/issues/341) - \[Feature Request\] Add `rename-command` [\#242](https://github.com/voxpupuli/puppet-redis/issues/242) - Undefined variable 'redis\_server\_version' warning on first run [\#227](https://github.com/voxpupuli/puppet-redis/issues/227) **Merged pull requests:** - Make spec\_helper.rb managed again [\#380](https://github.com/voxpupuli/puppet-redis/pull/380) ([ekohl](https://github.com/ekohl)) - Add type alias tests to data types [\#366](https://github.com/voxpupuli/puppet-redis/pull/366) ([ekohl](https://github.com/ekohl)) ## [v6.1.0](https://github.com/voxpupuli/puppet-redis/tree/v6.1.0) (2020-09-11) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v6.0.0...v6.1.0) **Implemented enhancements:** - Add Ubuntu 20.04 support [\#357](https://github.com/voxpupuli/puppet-redis/pull/357) ([mmoll](https://github.com/mmoll)) ## [v6.0.0](https://github.com/voxpupuli/puppet-redis/tree/v6.0.0) (2020-05-11) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v5.0.0...v6.0.0) **Breaking changes:** - Make apt and epel soft dependencies [\#358](https://github.com/voxpupuli/puppet-redis/pull/358) ([ekohl](https://github.com/ekohl)) **Implemented enhancements:** - Add support for RedHat/CentOS 8 [\#350](https://github.com/voxpupuli/puppet-redis/pull/350) ([yakatz](https://github.com/yakatz)) - Add Debian 10 support [\#344](https://github.com/voxpupuli/puppet-redis/pull/344) ([ekohl](https://github.com/ekohl)) - Finishing touches for multi-instance support [\#343](https://github.com/voxpupuli/puppet-redis/pull/343) ([fraenki](https://github.com/fraenki)) - Set RuntimeDirectory in service template [\#342](https://github.com/voxpupuli/puppet-redis/pull/342) ([basti-nis](https://github.com/basti-nis)) **Fixed bugs:** - change systemd stop command to redis-cli [\#355](https://github.com/voxpupuli/puppet-redis/pull/355) ([alexskr](https://github.com/alexskr)) - Fix the sentinel pid file location for Ubuntu 18.04 [\#347](https://github.com/voxpupuli/puppet-redis/pull/347) ([ekohl](https://github.com/ekohl)) **Closed issues:** - Type forking causes service timeout [\#260](https://github.com/voxpupuli/puppet-redis/issues/260) **Merged pull requests:** - Use more native rspec and serverspec testing [\#348](https://github.com/voxpupuli/puppet-redis/pull/348) ([ekohl](https://github.com/ekohl)) - Run acceptance tests with manage\_repo =\> false [\#346](https://github.com/voxpupuli/puppet-redis/pull/346) ([ekohl](https://github.com/ekohl)) - Update bolt testing to use modern versions [\#345](https://github.com/voxpupuli/puppet-redis/pull/345) ([ekohl](https://github.com/ekohl)) ## [v5.0.0](https://github.com/voxpupuli/puppet-redis/tree/v5.0.0) (2019-12-03) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v4.2.1...v5.0.0) **Breaking changes:** - Closer match parameter to OS defaults [\#336](https://github.com/voxpupuli/puppet-redis/pull/336) ([ekohl](https://github.com/ekohl)) - Stricter data types [\#328](https://github.com/voxpupuli/puppet-redis/pull/328) ([ekohl](https://github.com/ekohl)) - Drop support for Redis 2, Debian 8 and Ubuntu 14.04; add Debian 9 and Ubuntu 18.04 [\#326](https://github.com/voxpupuli/puppet-redis/pull/326) ([ekohl](https://github.com/ekohl)) **Implemented enhancements:** - Instance is not read from hiera file [\#329](https://github.com/voxpupuli/puppet-redis/issues/329) - Add SCL support [\#334](https://github.com/voxpupuli/puppet-redis/pull/334) ([ekohl](https://github.com/ekohl)) - Support instances inside Hiera [\#330](https://github.com/voxpupuli/puppet-redis/pull/330) ([lordbink](https://github.com/lordbink)) **Closed issues:** - Can't disable unixsocket after [\#331](https://github.com/voxpupuli/puppet-redis/issues/331) - 2.8 version of Redis on Debian 8 errors out [\#246](https://github.com/voxpupuli/puppet-redis/issues/246) - Unable to unset unixsocket config parameter [\#228](https://github.com/voxpupuli/puppet-redis/issues/228) - bind $ipaddress [\#94](https://github.com/voxpupuli/puppet-redis/issues/94) - Create nodes.conf file? [\#76](https://github.com/voxpupuli/puppet-redis/issues/76) **Merged pull requests:** - Clean up preinstall handling and use modern facts [\#335](https://github.com/voxpupuli/puppet-redis/pull/335) ([ekohl](https://github.com/ekohl)) - Allow empty unixsocket\(perm\) [\#333](https://github.com/voxpupuli/puppet-redis/pull/333) ([ekohl](https://github.com/ekohl)) - Allow privileged ports in data types [\#332](https://github.com/voxpupuli/puppet-redis/pull/332) ([ekohl](https://github.com/ekohl)) - Fix typo in type [\#327](https://github.com/voxpupuli/puppet-redis/pull/327) ([ekohl](https://github.com/ekohl)) - Complete the transition to puppet-strings [\#325](https://github.com/voxpupuli/puppet-redis/pull/325) ([ekohl](https://github.com/ekohl)) ## [v4.2.1](https://github.com/voxpupuli/puppet-redis/tree/v4.2.1) (2019-09-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v4.2.0...v4.2.1) **Fixed bugs:** - Fixing repl\_ping\_slave\_period not being managed with params [\#318](https://github.com/voxpupuli/puppet-redis/pull/318) ([dom-nie](https://github.com/dom-nie)) **Merged pull requests:** - Spelling fix [\#323](https://github.com/voxpupuli/puppet-redis/pull/323) ([tetsuo13](https://github.com/tetsuo13)) ## [v4.2.0](https://github.com/voxpupuli/puppet-redis/tree/v4.2.0) (2019-07-22) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v4.1.0...v4.2.0) **Implemented enhancements:** - Adding support for more redis cluster params [\#316](https://github.com/voxpupuli/puppet-redis/pull/316) ([dom-nie](https://github.com/dom-nie)) **Closed issues:** - Fix systemd service filename [\#310](https://github.com/voxpupuli/puppet-redis/issues/310) - Fix manage\_service\_file variable [\#308](https://github.com/voxpupuli/puppet-redis/issues/308) **Merged pull requests:** - Allow `puppetlabs/stdlib` 6.x [\#314](https://github.com/voxpupuli/puppet-redis/pull/314) ([alexjfisher](https://github.com/alexjfisher)) - Fix manage\_service\_file variable [\#309](https://github.com/voxpupuli/puppet-redis/pull/309) ([CallumBanbery](https://github.com/CallumBanbery)) ## [v4.1.0](https://github.com/voxpupuli/puppet-redis/tree/v4.1.0) (2019-05-02) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v4.0.0...v4.1.0) **Implemented enhancements:** - Add service\_enable parameter to sentinel.pp [\#307](https://github.com/voxpupuli/puppet-redis/pull/307) ([rschemm-godaddy](https://github.com/rschemm-godaddy)) **Closed issues:** - Please release v3.3.2 due to Ubuntu 18.04 / systemd fix. [\#283](https://github.com/voxpupuli/puppet-redis/issues/283) **Merged pull requests:** - Allow puppetlabs/apt 7.x [\#312](https://github.com/voxpupuli/puppet-redis/pull/312) ([dhoppe](https://github.com/dhoppe)) ## [v4.0.0](https://github.com/voxpupuli/puppet-redis/tree/v4.0.0) (2019-03-12) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v3.3.1...v4.0.0) This is the first release since the module was migrated to the Vox Pupuli `puppet` namespace. **Breaking changes:** - Support binding to all interfaces [\#302](https://github.com/voxpupuli/puppet-redis/pull/302) ([alexjfisher](https://github.com/alexjfisher)) - Drop support for puppet 3 and 4 [\#297](https://github.com/voxpupuli/puppet-redis/pull/297) ([alexjfisher](https://github.com/alexjfisher)) - Convert `redisget` to `redis::get` API v4 function [\#293](https://github.com/voxpupuli/puppet-redis/pull/293) ([alexjfisher](https://github.com/alexjfisher)) **Implemented enhancements:** - Bind the service on all available interface [\#60](https://github.com/voxpupuli/puppet-redis/issues/60) - Add some parameter validation using data types [\#303](https://github.com/voxpupuli/puppet-redis/pull/303) ([alexjfisher](https://github.com/alexjfisher)) - Initial rhel 8 support [\#284](https://github.com/voxpupuli/puppet-redis/pull/284) ([mbaldessari](https://github.com/mbaldessari)) **Closed issues:** - Get acceptance tests running again [\#292](https://github.com/voxpupuli/puppet-redis/issues/292) - Convert function to API v4 ruby function [\#291](https://github.com/voxpupuli/puppet-redis/issues/291) - Transparent Huge Pages \(THP\) Not Disabled on RHEL [\#278](https://github.com/voxpupuli/puppet-redis/issues/278) - Looking for maintainer \[Help needed\] [\#277](https://github.com/voxpupuli/puppet-redis/issues/277) - Travis Credential issues... still :\( [\#267](https://github.com/voxpupuli/puppet-redis/issues/267) - Outdated dependency puppetlabs-apt \< 3.0.0 [\#264](https://github.com/voxpupuli/puppet-redis/issues/264) - cannot bind ipv4 and ipv6 [\#257](https://github.com/voxpupuli/puppet-redis/issues/257) - Deprecate Puppet 3.X Support [\#152](https://github.com/voxpupuli/puppet-redis/issues/152) **Merged pull requests:** - Re-enable and fix acceptance tests. \(Don't manage `/var/run/redis` on Debian systems\) [\#299](https://github.com/voxpupuli/puppet-redis/pull/299) ([alexjfisher](https://github.com/alexjfisher)) - Update metadata.json for Vox Pupuli migration [\#298](https://github.com/voxpupuli/puppet-redis/pull/298) ([alexjfisher](https://github.com/alexjfisher)) - Update `apt` and `stdlib` dependencies [\#296](https://github.com/voxpupuli/puppet-redis/pull/296) ([alexjfisher](https://github.com/alexjfisher)) - Fix github license detection [\#295](https://github.com/voxpupuli/puppet-redis/pull/295) ([alexjfisher](https://github.com/alexjfisher)) - Add badges to README [\#294](https://github.com/voxpupuli/puppet-redis/pull/294) ([alexjfisher](https://github.com/alexjfisher)) - Fix tests and initial Voxpupuli modulesync [\#290](https://github.com/voxpupuli/puppet-redis/pull/290) ([alexjfisher](https://github.com/alexjfisher)) - Lint and rubocop \(autofixes only\) [\#289](https://github.com/voxpupuli/puppet-redis/pull/289) ([alexjfisher](https://github.com/alexjfisher)) ## [v3.3.1](https://github.com/voxpupuli/puppet-redis/tree/v3.3.1) (2018-09-13) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v3.3.0...v3.3.1) **Closed issues:** - Ulimit configuration broken for systemd [\#268](https://github.com/voxpupuli/puppet-redis/issues/268) ## [v3.3.0](https://github.com/voxpupuli/puppet-redis/tree/v3.3.0) (2018-06-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v3.2.0...v3.3.0) **Closed issues:** - output\_buffer\_limit\_pubsub and output\_buffer\_limit\_slave [\#263](https://github.com/voxpupuli/puppet-redis/issues/263) - Can't release - Require Forge Credential Refresh [\#262](https://github.com/voxpupuli/puppet-redis/issues/262) - Module v3.2.0 not published to forge [\#255](https://github.com/voxpupuli/puppet-redis/issues/255) - Inconsistent sentinel\_package\_name handling on Debian [\#253](https://github.com/voxpupuli/puppet-redis/issues/253) - No pidfile for sentinel [\#238](https://github.com/voxpupuli/puppet-redis/issues/238) - puppet-redis requires outdated puppetlabs-apt module [\#232](https://github.com/voxpupuli/puppet-redis/issues/232) - Can't use as slave bound to localhost [\#229](https://github.com/voxpupuli/puppet-redis/issues/229) - \[Feature Request\] Redis::Instance - Set default unixsocket [\#226](https://github.com/voxpupuli/puppet-redis/issues/226) - Travis Forge Password Changed [\#216](https://github.com/voxpupuli/puppet-redis/issues/216) **Merged pull requests:** - Adds logic for installing redid-sentinel package [\#254](https://github.com/voxpupuli/puppet-redis/pull/254) ([petems](https://github.com/petems)) - Update redis mode on wheezy [\#252](https://github.com/voxpupuli/puppet-redis/pull/252) ([petems](https://github.com/petems)) - Fix spec for sentinel [\#251](https://github.com/voxpupuli/puppet-redis/pull/251) ([petems](https://github.com/petems)) - get rid of getvar\_emptystring function [\#249](https://github.com/voxpupuli/puppet-redis/pull/249) ([vicinus](https://github.com/vicinus)) - Added log\_level to sentinel. [\#248](https://github.com/voxpupuli/puppet-redis/pull/248) ([hp197](https://github.com/hp197)) - Adds redis\_cli task [\#245](https://github.com/voxpupuli/puppet-redis/pull/245) ([petems](https://github.com/petems)) - Bump Puppet version for acceptance to 4.10.8 [\#244](https://github.com/voxpupuli/puppet-redis/pull/244) ([petems](https://github.com/petems)) - protected-mode configuration option \(Redis 3.2+\) [\#243](https://github.com/voxpupuli/puppet-redis/pull/243) ([Dan70402](https://github.com/Dan70402)) - Switch to using simp-beaker suites [\#241](https://github.com/voxpupuli/puppet-redis/pull/241) ([petems](https://github.com/petems)) - Bumped apt version dependency to version \< 5.0.0 [\#237](https://github.com/voxpupuli/puppet-redis/pull/237) ([c4m4](https://github.com/c4m4)) - Updates for EL6 [\#236](https://github.com/voxpupuli/puppet-redis/pull/236) ([petems](https://github.com/petems)) - Pin version of redis gem [\#235](https://github.com/voxpupuli/puppet-redis/pull/235) ([petems](https://github.com/petems)) - Added configuration options for client-output-buffer-limit [\#233](https://github.com/voxpupuli/puppet-redis/pull/233) ([Mike-Petersen](https://github.com/Mike-Petersen)) - Allow `slaveof` when binding to localhost [\#231](https://github.com/voxpupuli/puppet-redis/pull/231) ([joshuaspence](https://github.com/joshuaspence)) - Fix issues with missing locale for Debian box [\#224](https://github.com/voxpupuli/puppet-redis/pull/224) ([petems](https://github.com/petems)) - Instance service improvements [\#222](https://github.com/voxpupuli/puppet-redis/pull/222) ([kwevers](https://github.com/kwevers)) - Make sure the service is en/disabled per user request [\#221](https://github.com/voxpupuli/puppet-redis/pull/221) ([kwevers](https://github.com/kwevers)) - Split Redis instance socket files [\#220](https://github.com/voxpupuli/puppet-redis/pull/220) ([kwevers](https://github.com/kwevers)) - Split Redis workdir [\#219](https://github.com/voxpupuli/puppet-redis/pull/219) ([kwevers](https://github.com/kwevers)) - fix package\_ensure version on ubuntu when it is in the 3:3.2.1 format [\#218](https://github.com/voxpupuli/puppet-redis/pull/218) ([sp-joseluis-ledesma](https://github.com/sp-joseluis-ledesma)) - Split the redis instance logfiles by default [\#217](https://github.com/voxpupuli/puppet-redis/pull/217) ([kwevers](https://github.com/kwevers)) - Use package\_ensure if it specifies a version instead of the minimum\_version [\#215](https://github.com/voxpupuli/puppet-redis/pull/215) ([sp-joseluis-ledesma](https://github.com/sp-joseluis-ledesma)) ## [v3.2.0](https://github.com/voxpupuli/puppet-redis/tree/v3.2.0) (2017-07-11) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v3.1.1...v3.2.0) **Implemented enhancements:** - Cluster Support [\#62](https://github.com/voxpupuli/puppet-redis/issues/62) **Closed issues:** - redis\_server\_version fact fails to parse output [\#210](https://github.com/voxpupuli/puppet-redis/issues/210) - Support for multi-instances per host [\#113](https://github.com/voxpupuli/puppet-redis/issues/113) **Merged pull requests:** - updated redis systemd unit file for better use with instances [\#214](https://github.com/voxpupuli/puppet-redis/pull/214) ([bostrowski13](https://github.com/bostrowski13)) - Updates docker images for CentOS 6 and 7 [\#213](https://github.com/voxpupuli/puppet-redis/pull/213) ([petems](https://github.com/petems)) - Update EPEL module [\#212](https://github.com/voxpupuli/puppet-redis/pull/212) ([petems](https://github.com/petems)) - Refactor redisget\(\) method [\#211](https://github.com/voxpupuli/puppet-redis/pull/211) ([petems](https://github.com/petems)) - Update docs for puppet-strings [\#206](https://github.com/voxpupuli/puppet-redis/pull/206) ([petems](https://github.com/petems)) - Add redis::instance defined type [\#200](https://github.com/voxpupuli/puppet-redis/pull/200) ([petems](https://github.com/petems)) - Adding note about Puppet 3 support [\#153](https://github.com/voxpupuli/puppet-redis/pull/153) ([petems](https://github.com/petems)) ## [v3.1.1](https://github.com/voxpupuli/puppet-redis/tree/v3.1.1) (2017-05-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v3.1.0...v3.1.1) ## [v3.1.0](https://github.com/voxpupuli/puppet-redis/tree/v3.1.0) (2017-05-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v3.0.0...v3.1.0) **Implemented enhancements:** - Releasing v3.0.1 [\#205](https://github.com/voxpupuli/puppet-redis/issues/205) - Please cut a release [\#201](https://github.com/voxpupuli/puppet-redis/issues/201) - Deployment to Forge [\#185](https://github.com/voxpupuli/puppet-redis/issues/185) **Fixed bugs:** - Sort problem in v1.2.4 template [\#195](https://github.com/voxpupuli/puppet-redis/issues/195) **Merged pull requests:** - Add an optional third parameter to redisget\(\) to specify a default value [\#209](https://github.com/voxpupuli/puppet-redis/pull/209) ([petems](https://github.com/petems)) - Updates docs for puppet functions [\#208](https://github.com/voxpupuli/puppet-redis/pull/208) ([petems](https://github.com/petems)) - Add switch to manage File\[/var/run/redis\] [\#204](https://github.com/voxpupuli/puppet-redis/pull/204) ([petems](https://github.com/petems)) - Ignore selinux default context for /etc/systemd/system/redis.service.d [\#202](https://github.com/voxpupuli/puppet-redis/pull/202) ([amoralej](https://github.com/amoralej)) - Make TravisCI push to the Forge [\#191](https://github.com/voxpupuli/puppet-redis/pull/191) ([arioch](https://github.com/arioch)) ## [v3.0.0](https://github.com/voxpupuli/puppet-redis/tree/v3.0.0) (2017-05-11) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.2.4...v3.0.0) **Implemented enhancements:** - Ubuntu 16.04 support? [\#146](https://github.com/voxpupuli/puppet-redis/issues/146) - \[Whishlist\] Extend ulimit parameter to support limits.conf and systemd [\#130](https://github.com/voxpupuli/puppet-redis/issues/130) - Add overcommit.pp to deal with `Can't save in background: fork: Cannot allocate memory` ? [\#105](https://github.com/voxpupuli/puppet-redis/issues/105) **Fixed bugs:** - The fix for issue \#192 broke service\_managed false [\#197](https://github.com/voxpupuli/puppet-redis/issues/197) - Ubuntu 16.04 changed sentinel config filename [\#175](https://github.com/voxpupuli/puppet-redis/issues/175) - sentinel support broken? [\#166](https://github.com/voxpupuli/puppet-redis/issues/166) - Ownership problem with Ubuntu redis-server [\#150](https://github.com/voxpupuli/puppet-redis/issues/150) - Parameters not valid for older Redis in config [\#111](https://github.com/voxpupuli/puppet-redis/issues/111) **Merged pull requests:** - Update sort to specify key [\#199](https://github.com/voxpupuli/puppet-redis/pull/199) ([petems](https://github.com/petems)) - Adds tests for when Redis service is unmanaged [\#198](https://github.com/voxpupuli/puppet-redis/pull/198) ([petems](https://github.com/petems)) - Changing Travis back to Trusty [\#194](https://github.com/voxpupuli/puppet-redis/pull/194) ([petems](https://github.com/petems)) - Remove service notification [\#193](https://github.com/voxpupuli/puppet-redis/pull/193) ([petems](https://github.com/petems)) - Improves ulimit configuration [\#192](https://github.com/voxpupuli/puppet-redis/pull/192) ([petems](https://github.com/petems)) - Updates metadata supported versions [\#190](https://github.com/voxpupuli/puppet-redis/pull/190) ([petems](https://github.com/petems)) - Adds tests for Ubuntu 1404 and Trusty package [\#189](https://github.com/voxpupuli/puppet-redis/pull/189) ([petems](https://github.com/petems)) - Adds redis::administration class [\#188](https://github.com/voxpupuli/puppet-redis/pull/188) ([petems](https://github.com/petems)) - Adds logic for managing redis-sentinel package [\#187](https://github.com/voxpupuli/puppet-redis/pull/187) ([petems](https://github.com/petems)) - Bump to version 3.0.0 [\#186](https://github.com/voxpupuli/puppet-redis/pull/186) ([petems](https://github.com/petems)) - Moves location of redis-sentinel file [\#184](https://github.com/voxpupuli/puppet-redis/pull/184) ([petems](https://github.com/petems)) - \(testing\) Simplify command run by TravisCI [\#183](https://github.com/voxpupuli/puppet-redis/pull/183) ([ghoneycutt](https://github.com/ghoneycutt)) - Style [\#182](https://github.com/voxpupuli/puppet-redis/pull/182) ([ghoneycutt](https://github.com/ghoneycutt)) - Adds acceptance tests for the redisget\(\) function [\#181](https://github.com/voxpupuli/puppet-redis/pull/181) ([petems](https://github.com/petems)) - Add redisget\(\) [\#179](https://github.com/voxpupuli/puppet-redis/pull/179) ([ghoneycutt](https://github.com/ghoneycutt)) - Fixes ordering of Apt repos [\#178](https://github.com/voxpupuli/puppet-redis/pull/178) ([petems](https://github.com/petems)) - Add 2.4.10 config file for CentOS 6 [\#177](https://github.com/voxpupuli/puppet-redis/pull/177) ([petems](https://github.com/petems)) - Refactoring common code patterns [\#174](https://github.com/voxpupuli/puppet-redis/pull/174) ([petems](https://github.com/petems)) - Changes permission on /var/run/ directory [\#173](https://github.com/voxpupuli/puppet-redis/pull/173) ([petems](https://github.com/petems)) - Bump Beaker Ruby versions [\#172](https://github.com/voxpupuli/puppet-redis/pull/172) ([petems](https://github.com/petems)) - Fixes sentinel installation on Debian flavours [\#171](https://github.com/voxpupuli/puppet-redis/pull/171) ([petems](https://github.com/petems)) - Adds vagrant beaker images [\#170](https://github.com/voxpupuli/puppet-redis/pull/170) ([petems](https://github.com/petems)) - Adds acceptance test for master/slave testing [\#168](https://github.com/voxpupuli/puppet-redis/pull/168) ([petems](https://github.com/petems)) - Renames spec file [\#165](https://github.com/voxpupuli/puppet-redis/pull/165) ([petems](https://github.com/petems)) - Adds specific versions to fixtures [\#164](https://github.com/voxpupuli/puppet-redis/pull/164) ([petems](https://github.com/petems)) - Changes for RHEL-ish specific configuration [\#162](https://github.com/voxpupuli/puppet-redis/pull/162) ([petems](https://github.com/petems)) - Changes CentOS Docker images [\#160](https://github.com/voxpupuli/puppet-redis/pull/160) ([petems](https://github.com/petems)) - Updates fact for CentOS 6 [\#159](https://github.com/voxpupuli/puppet-redis/pull/159) ([petems](https://github.com/petems)) - Fixes lint arrow errors [\#158](https://github.com/voxpupuli/puppet-redis/pull/158) ([petems](https://github.com/petems)) - README lint [\#155](https://github.com/voxpupuli/puppet-redis/pull/155) ([matonb](https://github.com/matonb)) - Archlinux: Added tests and update config\_dir parameter [\#149](https://github.com/voxpupuli/puppet-redis/pull/149) ([bartjanssens92](https://github.com/bartjanssens92)) - Add CHANGELOG [\#148](https://github.com/voxpupuli/puppet-redis/pull/148) ([petems](https://github.com/petems)) - Added Archlinux as supported OS [\#147](https://github.com/voxpupuli/puppet-redis/pull/147) ([bartjanssens92](https://github.com/bartjanssens92)) ## [1.2.4](https://github.com/voxpupuli/puppet-redis/tree/1.2.4) (2016-12-05) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.2.3...1.2.4) **Implemented enhancements:** - Speed up Travis [\#118](https://github.com/voxpupuli/puppet-redis/issues/118) **Fixed bugs:** - Wrong redis.conf after c45049986a7fcb1c9a0591de123c6bf97c761355 [\#142](https://github.com/voxpupuli/puppet-redis/issues/142) - powerstack.org - No longer hosted [\#103](https://github.com/voxpupuli/puppet-redis/issues/103) **Closed issues:** - redis.conf under /etc/redis.conf [\#81](https://github.com/voxpupuli/puppet-redis/issues/81) - Add socket option [\#79](https://github.com/voxpupuli/puppet-redis/issues/79) - preinstall.pp fails on CEntOS 6.5 and Puppet Enterprise 2.7. [\#72](https://github.com/voxpupuli/puppet-redis/issues/72) - How do I change from powerstack.org repo if I need to? Should I just edit manifests/preinstall.pp? [\#68](https://github.com/voxpupuli/puppet-redis/issues/68) - puppet-redis || every time when puppet runs, the service restarts [\#59](https://github.com/voxpupuli/puppet-redis/issues/59) - 'manage\_repo =\> true' causes run to fail because add-apt-repository command isn't available [\#49](https://github.com/voxpupuli/puppet-redis/issues/49) **Merged pull requests:** - For folks that do not use redis to cache to disk [\#144](https://github.com/voxpupuli/puppet-redis/pull/144) ([petems](https://github.com/petems)) - Revert "Changes templates to use scope" [\#143](https://github.com/voxpupuli/puppet-redis/pull/143) ([petems](https://github.com/petems)) - Update sentinel.pp [\#141](https://github.com/voxpupuli/puppet-redis/pull/141) ([xprntl](https://github.com/xprntl)) - Manage workdir and permissions [\#138](https://github.com/voxpupuli/puppet-redis/pull/138) ([petems](https://github.com/petems)) - Adds minimum versions parameters [\#137](https://github.com/voxpupuli/puppet-redis/pull/137) ([petems](https://github.com/petems)) - Adds redis-server version fact [\#136](https://github.com/voxpupuli/puppet-redis/pull/136) ([petems](https://github.com/petems)) - adding /var/run/redis for Debian based hosts [\#135](https://github.com/voxpupuli/puppet-redis/pull/135) ([petems](https://github.com/petems)) - Refactor unit tests [\#134](https://github.com/voxpupuli/puppet-redis/pull/134) ([petems](https://github.com/petems)) - Update acceptance tests [\#133](https://github.com/voxpupuli/puppet-redis/pull/133) ([petems](https://github.com/petems)) - Speed up Travis even more [\#125](https://github.com/voxpupuli/puppet-redis/pull/125) ([petems](https://github.com/petems)) - Add fast finish to Travis [\#124](https://github.com/voxpupuli/puppet-redis/pull/124) ([petems](https://github.com/petems)) - Changes package installation [\#123](https://github.com/voxpupuli/puppet-redis/pull/123) ([petems](https://github.com/petems)) - Fix Beaker settings [\#122](https://github.com/voxpupuli/puppet-redis/pull/122) ([petems](https://github.com/petems)) - Fixes gpg key for DotDeb [\#121](https://github.com/voxpupuli/puppet-redis/pull/121) ([petems](https://github.com/petems)) - Sent bind address rebase [\#120](https://github.com/voxpupuli/puppet-redis/pull/120) ([petems](https://github.com/petems)) - Changes templates to use scope [\#119](https://github.com/voxpupuli/puppet-redis/pull/119) ([petems](https://github.com/petems)) - Add save interval squash [\#117](https://github.com/voxpupuli/puppet-redis/pull/117) ([petems](https://github.com/petems)) - FreeBSD fixes [\#116](https://github.com/voxpupuli/puppet-redis/pull/116) ([petems](https://github.com/petems)) - Consolidate travis and testing [\#115](https://github.com/voxpupuli/puppet-redis/pull/115) ([petems](https://github.com/petems)) - Fix specs [\#114](https://github.com/voxpupuli/puppet-redis/pull/114) ([Phil-Friderici](https://github.com/Phil-Friderici)) - Remove single quotes around variable [\#101](https://github.com/voxpupuli/puppet-redis/pull/101) ([rorybrowne](https://github.com/rorybrowne)) ## [1.2.3](https://github.com/voxpupuli/puppet-redis/tree/1.2.3) (2016-09-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.2.2...1.2.3) **Merged pull requests:** - Adds spec for unixsocket and perms [\#99](https://github.com/voxpupuli/puppet-redis/pull/99) ([petems](https://github.com/petems)) - Added the ability to configure Unix socket binding [\#97](https://github.com/voxpupuli/puppet-redis/pull/97) ([gcelestine](https://github.com/gcelestine)) - Lint and English cleanup in the redis.conf [\#93](https://github.com/voxpupuli/puppet-redis/pull/93) ([ryayon](https://github.com/ryayon)) - Added more configuration options to redis.conf [\#90](https://github.com/voxpupuli/puppet-redis/pull/90) ([hanej](https://github.com/hanej)) - Make notification of service optional [\#89](https://github.com/voxpupuli/puppet-redis/pull/89) ([michaeltchapman](https://github.com/michaeltchapman)) ## [1.2.2](https://github.com/voxpupuli/puppet-redis/tree/1.2.2) (2016-03-17) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.2.1...1.2.2) **Closed issues:** - Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type redis [\#86](https://github.com/voxpupuli/puppet-redis/issues/86) - Potential bug: `64min` should read `64mb` [\#73](https://github.com/voxpupuli/puppet-redis/issues/73) - Typo on sentinel.pp on if defined [\#69](https://github.com/voxpupuli/puppet-redis/issues/69) - Does't configure EPEL repository on CentOS 7 [\#61](https://github.com/voxpupuli/puppet-redis/issues/61) ## [1.2.1](https://github.com/voxpupuli/puppet-redis/tree/1.2.1) (2015-12-09) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.2.0...1.2.1) **Merged pull requests:** - Fix puppet-redis for Redis \< 3 [\#77](https://github.com/voxpupuli/puppet-redis/pull/77) ([EmilienM](https://github.com/EmilienM)) ## [1.2.0](https://github.com/voxpupuli/puppet-redis/tree/1.2.0) (2015-12-03) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.1.3...1.2.0) **Closed issues:** - $daemonize is defaulted to 'false' on Redhat OS, which causes service command to hang [\#64](https://github.com/voxpupuli/puppet-redis/issues/64) - Redis service start fail on Debian stable \(Wheezy 7.0\) [\#52](https://github.com/voxpupuli/puppet-redis/issues/52) **Merged pull requests:** - Redis Cluster 3.0 Feature [\#71](https://github.com/voxpupuli/puppet-redis/pull/71) ([claudio-walser](https://github.com/claudio-walser)) - Fix Support for EL7 and Puppet 4 [\#66](https://github.com/voxpupuli/puppet-redis/pull/66) ([trlinkin](https://github.com/trlinkin)) - Add a option to override the service provider [\#63](https://github.com/voxpupuli/puppet-redis/pull/63) ([nerzhul](https://github.com/nerzhul)) - add support for hz option [\#50](https://github.com/voxpupuli/puppet-redis/pull/50) ([nerzhul](https://github.com/nerzhul)) ## [1.1.3](https://github.com/voxpupuli/puppet-redis/tree/1.1.3) (2015-08-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.1.2...1.1.3) **Closed issues:** - Unable to bring in as a dependency [\#47](https://github.com/voxpupuli/puppet-redis/issues/47) **Merged pull requests:** - Bump puppetlabs-stdlib version spec [\#48](https://github.com/voxpupuli/puppet-redis/pull/48) ([gblair](https://github.com/gblair)) ## [1.1.2](https://github.com/voxpupuli/puppet-redis/tree/1.1.2) (2015-08-06) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.1.1...1.1.2) **Closed issues:** - Error on CentOS 7 when manage\_repo: true [\#44](https://github.com/voxpupuli/puppet-redis/issues/44) ## [1.1.1](https://github.com/voxpupuli/puppet-redis/tree/1.1.1) (2015-08-04) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.1.0...1.1.1) **Closed issues:** - Commit edd7cb55931fe0336bfee475c738ac4b91308f98 seems to be pasting undef params into redis.conf [\#41](https://github.com/voxpupuli/puppet-redis/issues/41) **Merged pull requests:** - Save db to disk [\#46](https://github.com/voxpupuli/puppet-redis/pull/46) ([adrian-balcan-ygt](https://github.com/adrian-balcan-ygt)) - Use puppetlabs\_spec\_helper for testing [\#45](https://github.com/voxpupuli/puppet-redis/pull/45) ([jlyheden](https://github.com/jlyheden)) - copy variables used in template to local scope [\#42](https://github.com/voxpupuli/puppet-redis/pull/42) ([eoly](https://github.com/eoly)) ## [1.1.0](https://github.com/voxpupuli/puppet-redis/tree/1.1.0) (2015-06-22) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.7...1.1.0) **Merged pull requests:** - access out-of-scope variables via the scope.lookupvar method [\#40](https://github.com/voxpupuli/puppet-redis/pull/40) ([eoly](https://github.com/eoly)) ## [1.0.7](https://github.com/voxpupuli/puppet-redis/tree/1.0.7) (2015-06-02) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.6...1.0.7) **Fixed bugs:** - Sentinel init/upstart file doesn't exist [\#18](https://github.com/voxpupuli/puppet-redis/issues/18) **Closed issues:** - Default config\_owner of redis [\#39](https://github.com/voxpupuli/puppet-redis/issues/39) - Duplicate decleration Package\[redis\] when both include redis and redis::sentinel [\#36](https://github.com/voxpupuli/puppet-redis/issues/36) - Does not work with Debian 7.8 with redis version 2.4.14-1 [\#24](https://github.com/voxpupuli/puppet-redis/issues/24) **Merged pull requests:** - Fixed duplicate declaration of package [\#38](https://github.com/voxpupuli/puppet-redis/pull/38) ([raiblue](https://github.com/raiblue)) - fix issue with params.pp with strict\_variables enabled [\#35](https://github.com/voxpupuli/puppet-redis/pull/35) ([eoly](https://github.com/eoly)) - Enable to not manage the Redis service [\#34](https://github.com/voxpupuli/puppet-redis/pull/34) ([Spredzy](https://github.com/Spredzy)) - Suse conf file fix [\#33](https://github.com/voxpupuli/puppet-redis/pull/33) ([christofhaerens](https://github.com/christofhaerens)) - added Suse osfamily [\#32](https://github.com/voxpupuli/puppet-redis/pull/32) ([christofhaerens](https://github.com/christofhaerens)) ## [1.0.6](https://github.com/voxpupuli/puppet-redis/tree/1.0.6) (2015-05-05) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.5...1.0.6) ## [1.0.5](https://github.com/voxpupuli/puppet-redis/tree/1.0.5) (2015-03-30) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.4...1.0.5) ## [1.0.4](https://github.com/voxpupuli/puppet-redis/tree/1.0.4) (2015-01-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.3...1.0.4) ## [1.0.3](https://github.com/voxpupuli/puppet-redis/tree/1.0.3) (2015-01-05) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.2...1.0.3) **Implemented enhancements:** - Feature Request: support for redis-sentinel [\#13](https://github.com/voxpupuli/puppet-redis/issues/13) ## [1.0.2](https://github.com/voxpupuli/puppet-redis/tree/1.0.2) (2014-12-17) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.1...1.0.2) ## [1.0.1](https://github.com/voxpupuli/puppet-redis/tree/1.0.1) (2014-10-22) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/1.0.0...1.0.1) ## [1.0.0](https://github.com/voxpupuli/puppet-redis/tree/1.0.0) (2014-10-22) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.10...1.0.0) ## [0.0.10](https://github.com/voxpupuli/puppet-redis/tree/0.0.10) (2014-08-29) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.9...0.0.10) ## [0.0.9](https://github.com/voxpupuli/puppet-redis/tree/0.0.9) (2014-08-29) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.8...0.0.9) **Closed issues:** - Amazon AMI Installation/Initialization Issue [\#11](https://github.com/voxpupuli/puppet-redis/issues/11) ## [0.0.8](https://github.com/voxpupuli/puppet-redis/tree/0.0.8) (2014-03-27) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.7...0.0.8) **Closed issues:** - Default bind on public interface [\#6](https://github.com/voxpupuli/puppet-redis/issues/6) - Install a specific version [\#4](https://github.com/voxpupuli/puppet-redis/issues/4) ## [0.0.7](https://github.com/voxpupuli/puppet-redis/tree/0.0.7) (2014-01-13) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.6...0.0.7) ## [0.0.6](https://github.com/voxpupuli/puppet-redis/tree/0.0.6) (2013-08-07) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.5...0.0.6) **Merged pull requests:** - add ubuntu ppa repo support [\#3](https://github.com/voxpupuli/puppet-redis/pull/3) ([nagas](https://github.com/nagas)) ## [0.0.5](https://github.com/voxpupuli/puppet-redis/tree/0.0.5) (2013-07-22) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.4...0.0.5) **Closed issues:** - Redis config 2.6 not compatible with EPELs 2.4 on Centos6 [\#2](https://github.com/voxpupuli/puppet-redis/issues/2) ## [0.0.4](https://github.com/voxpupuli/puppet-redis/tree/0.0.4) (2013-07-17) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.3...0.0.4) **Closed issues:** - Default config path wrong for RedHat [\#1](https://github.com/voxpupuli/puppet-redis/issues/1) ## [0.0.3](https://github.com/voxpupuli/puppet-redis/tree/0.0.3) (2013-07-08) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.2...0.0.3) ## [0.0.2](https://github.com/voxpupuli/puppet-redis/tree/0.0.2) (2013-06-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/0.0.1...0.0.2) ## [0.0.1](https://github.com/voxpupuli/puppet-redis/tree/0.0.1) (2013-06-19) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/9eeef29abac112e9f44aa2d2c0ed6ea1f2617888...0.0.1) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/REFERENCE.md b/REFERENCE.md index 62c8a97..b5496c2 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1,2298 +1,2524 @@ # Reference ## Table of Contents ### Classes #### Public Classes * [`redis`](#redis): This class installs redis * [`redis::administration`](#redisadministration): Allows various administrative settings for Redis * [`redis::globals`](#redisglobals): Set a global config for Redis * [`redis::sentinel`](#redissentinel): Install redis-sentinel #### Private Classes * `redis::config`: This class provides configuration for Redis. * `redis::install`: This class installs the application. * `redis::params`: This class provides a number of parameters. * `redis::preinstall`: Provides anything required by the install class, such as package repositories. * `redis::service`: This class manages the Redis daemon. * `redis::ulimit`: Redis class for configuring ulimit Used to DRY up the config class, and move the logic for ulimit changes all into one place. Parameters are ### Defined types * [`redis::instance`](#redisinstance): Allows the configuration of multiple redis configurations on one machine ### Functions * [`redis::get`](#redisget): Returns the value of the key being looked up or `undef` if the key does not exist. ### Data types * [`Redis::LogLevel`](#redisloglevel): Specify the server verbosity level. * [`Redis::RedisUrl`](#redisredisurl) ### Tasks * [`redis_cli`](#redis_cli): Executes a redis-cli command on the target system ## Classes ### `redis` This class installs redis #### Examples ##### Default install ```puppet include redis ``` ##### Slave Node ```puppet class { '::redis': bind => '10.0.1.2', slaveof => '10.0.1.1 6379', } ``` ##### Binding on multiple interfaces ```puppet class { 'redis': bind => ['127.0.0.1', '10.0.0.1', '10.1.0.1'], } ``` ##### Binding on all interfaces ```puppet class { 'redis': bind => [], } ``` #### Parameters The following parameters are available in the `redis` class: * [`activerehashing`](#activerehashing) * [`aof_load_truncated`](#aof_load_truncated) * [`aof_rewrite_incremental_fsync`](#aof_rewrite_incremental_fsync) * [`appendfilename`](#appendfilename) * [`appendfsync`](#appendfsync) * [`appendonly`](#appendonly) * [`auto_aof_rewrite_min_size`](#auto_aof_rewrite_min_size) * [`auto_aof_rewrite_percentage`](#auto_aof_rewrite_percentage) * [`bind`](#bind) +* [`bin_path`](#bin_path) * [`config_dir`](#config_dir) * [`config_dir_mode`](#config_dir_mode) * [`config_file_orig`](#config_file_orig) * [`config_file`](#config_file) * [`config_file_mode`](#config_file_mode) * [`config_group`](#config_group) * [`config_owner`](#config_owner) * [`conf_template`](#conf_template) * [`daemonize`](#daemonize) * [`default_install`](#default_install) * [`databases`](#databases) * [`dbfilename`](#dbfilename) * [`extra_config_file`](#extra_config_file) * [`hash_max_ziplist_entries`](#hash_max_ziplist_entries) * [`hash_max_ziplist_value`](#hash_max_ziplist_value) * [`hll_sparse_max_bytes`](#hll_sparse_max_bytes) * [`hz`](#hz) * [`latency_monitor_threshold`](#latency_monitor_threshold) * [`list_max_ziplist_entries`](#list_max_ziplist_entries) * [`list_max_ziplist_value`](#list_max_ziplist_value) * [`log_dir`](#log_dir) * [`log_dir_mode`](#log_dir_mode) * [`log_file`](#log_file) * [`log_level`](#log_level) * [`manage_repo`](#manage_repo) * [`manage_package`](#manage_package) * [`managed_by_cluster_manager`](#managed_by_cluster_manager) * [`masterauth`](#masterauth) * [`maxclients`](#maxclients) * [`maxmemory`](#maxmemory) * [`maxmemory_policy`](#maxmemory_policy) * [`maxmemory_samples`](#maxmemory_samples) * [`min_slaves_max_lag`](#min_slaves_max_lag) * [`min_slaves_to_write`](#min_slaves_to_write) * [`no_appendfsync_on_rewrite`](#no_appendfsync_on_rewrite) * [`notify_keyspace_events`](#notify_keyspace_events) * [`notify_service`](#notify_service) * [`package_ensure`](#package_ensure) * [`package_name`](#package_name) * [`pid_file`](#pid_file) * [`port`](#port) * [`protected_mode`](#protected_mode) * [`ppa_repo`](#ppa_repo) * [`rdbcompression`](#rdbcompression) * [`rename_commands`](#rename_commands) * [`repl_backlog_size`](#repl_backlog_size) * [`repl_backlog_ttl`](#repl_backlog_ttl) * [`repl_disable_tcp_nodelay`](#repl_disable_tcp_nodelay) * [`repl_ping_slave_period`](#repl_ping_slave_period) * [`repl_timeout`](#repl_timeout) * [`requirepass`](#requirepass) * [`save_db_to_disk`](#save_db_to_disk) * [`save_db_to_disk_interval`](#save_db_to_disk_interval) * [`service_manage`](#service_manage) * [`service_enable`](#service_enable) * [`service_ensure`](#service_ensure) * [`service_group`](#service_group) * [`service_name`](#service_name) * [`service_user`](#service_user) * [`set_max_intset_entries`](#set_max_intset_entries) * [`slave_priority`](#slave_priority) * [`slave_read_only`](#slave_read_only) * [`slave_serve_stale_data`](#slave_serve_stale_data) * [`slaveof`](#slaveof) * [`slowlog_log_slower_than`](#slowlog_log_slower_than) * [`slowlog_max_len`](#slowlog_max_len) * [`stop_writes_on_bgsave_error`](#stop_writes_on_bgsave_error) * [`syslog_enabled`](#syslog_enabled) * [`syslog_facility`](#syslog_facility) * [`tcp_backlog`](#tcp_backlog) * [`tcp_keepalive`](#tcp_keepalive) * [`timeout`](#timeout) +* [`tls_port`](#tls_port) +* [`tls_cert_file`](#tls_cert_file) +* [`tls_key_file`](#tls_key_file) +* [`tls_ca_cert_file`](#tls_ca_cert_file) +* [`tls_ca_cert_dir`](#tls_ca_cert_dir) +* [`tls_auth_clients`](#tls_auth_clients) +* [`tls_replication`](#tls_replication) +* [`tls_cluster`](#tls_cluster) +* [`tls_ciphers`](#tls_ciphers) +* [`tls_ciphersuites`](#tls_ciphersuites) +* [`tls_protocols`](#tls_protocols) +* [`tls_prefer_server_ciphers`](#tls_prefer_server_ciphers) * [`ulimit`](#ulimit) * [`ulimit_managed`](#ulimit_managed) * [`unixsocket`](#unixsocket) * [`unixsocketperm`](#unixsocketperm) * [`workdir`](#workdir) * [`workdir_mode`](#workdir_mode) * [`zset_max_ziplist_entries`](#zset_max_ziplist_entries) * [`zset_max_ziplist_value`](#zset_max_ziplist_value) * [`cluster_enabled`](#cluster_enabled) * [`cluster_config_file`](#cluster_config_file) * [`cluster_node_timeout`](#cluster_node_timeout) * [`cluster_slave_validity_factor`](#cluster_slave_validity_factor) * [`cluster_require_full_coverage`](#cluster_require_full_coverage) * [`cluster_migration_barrier`](#cluster_migration_barrier) * [`instances`](#instances) * [`output_buffer_limit_slave`](#output_buffer_limit_slave) * [`output_buffer_limit_pubsub`](#output_buffer_limit_pubsub) * [`manage_service_file`](#manage_service_file) ##### `activerehashing` Data type: `Boolean` Enable/disable active rehashing. Default value: ``true`` ##### `aof_load_truncated` Data type: `Boolean` Enable/disable loading truncated AOF file Default value: ``true`` ##### `aof_rewrite_incremental_fsync` Data type: `Boolean` Enable/disable fsync for AOF file Default value: ``true`` ##### `appendfilename` Data type: `String[1]` The name of the append only file Default value: `'appendonly.aof'` ##### `appendfsync` Data type: `Enum['no', 'always', 'everysec']` Adjust fsync mode Default value: `'everysec'` ##### `appendonly` Data type: `Boolean` Enable/disable appendonly mode. Default value: ``false`` ##### `auto_aof_rewrite_min_size` Data type: `String[1]` Adjust minimum size for auto-aof-rewrite. Default value: `'64mb'` ##### `auto_aof_rewrite_percentage` Data type: `Integer[0]` Adjust percentatge for auto-aof-rewrite. Default value: `100` ##### `bind` Data type: `Variant[Stdlib::IP::Address, Array[Stdlib::IP::Address]]` Configure which IP address(es) to listen on. To bind on all interfaces, use an empty array. Default value: `['127.0.0.1']` +##### `bin_path` + +Data type: `Stdlib::Absolutepath` + +Directory containing redis binary executables. + +Default value: `$redis::params::bin_path` + ##### `config_dir` Data type: `Stdlib::Absolutepath` Directory containing the configuration files. Default value: `$redis::params::config_dir` ##### `config_dir_mode` Data type: `Stdlib::Filemode` Adjust mode for directory containing configuration files. Default value: `$redis::params::config_dir_mode` ##### `config_file_orig` Data type: `Stdlib::Absolutepath` The location and name of a config file that provides the source Default value: `$redis::params::config_file_orig` ##### `config_file` Data type: `Stdlib::Absolutepath` Adjust main configuration file. Default value: `$redis::params::config_file` ##### `config_file_mode` Data type: `Stdlib::Filemode` Adjust permissions for configuration files. Default value: `'0644'` ##### `config_group` Data type: `String[1]` Adjust filesystem group for config files. Default value: `$redis::params::config_group` ##### `config_owner` Data type: `String[1]` Adjust filesystem owner for config files. Default value: `$redis::params::config_owner` ##### `conf_template` Data type: `String[1]` Define which template to use. Default value: `'redis/redis.conf.epp'` ##### `daemonize` Data type: `Boolean` Have Redis run as a daemon. Default value: `$redis::params::daemonize` ##### `default_install` Data type: `Boolean` Configure a default install of redis. Default value: ``true`` ##### `databases` Data type: `Integer[1]` Set the number of databases. Default value: `16` ##### `dbfilename` Data type: `Variant[String[1], Boolean]` The filename where to dump the DB Default value: `'dump.rdb'` ##### `extra_config_file` Data type: `Optional[String]` Optional extra config file to include Default value: ``undef`` ##### `hash_max_ziplist_entries` Data type: `Integer[0]` Set max ziplist entries for hashes. Default value: `512` ##### `hash_max_ziplist_value` Data type: `Integer[0]` Set max ziplist values for hashes. Default value: `64` ##### `hll_sparse_max_bytes` Data type: `Integer[0]` HyperLogLog sparse representation bytes limit Default value: `3000` ##### `hz` Data type: `Integer[1, 500]` Set redis background tasks frequency Default value: `10` ##### `latency_monitor_threshold` Data type: `Integer[0]` Latency monitoring threshold in milliseconds Default value: `0` ##### `list_max_ziplist_entries` Data type: `Integer[0]` Set max ziplist entries for lists. Default value: `512` ##### `list_max_ziplist_value` Data type: `Integer[0]` Set max ziplist values for lists. Default value: `64` ##### `log_dir` Data type: `Stdlib::Absolutepath` Specify directory where to write log entries. Default value: `$redis::params::log_dir` ##### `log_dir_mode` Data type: `Stdlib::Filemode` Adjust mode for directory containing log files. Default value: `$redis::params::log_dir_mode` ##### `log_file` Data type: `String` Specify file where to write log entries. Relative paths will be prepended with log_dir but absolute paths are also accepted. Default value: `'redis.log'` ##### `log_level` Data type: `Redis::LogLevel` Specify the server verbosity level. Default value: `'notice'` ##### `manage_repo` Data type: `Boolean` Enable/disable upstream repository configuration. Default value: ``false`` ##### `manage_package` Data type: `Boolean` Enable/disable management of package Default value: ``true`` ##### `managed_by_cluster_manager` Data type: `Boolean` Choose if redis will be managed by a cluster manager such as pacemaker or rgmanager Default value: ``false`` ##### `masterauth` Data type: `Optional[Variant[String[1], Sensitive[String[1]]]]` If the master is password protected (using the "requirepass" configuration Default value: ``undef`` ##### `maxclients` Data type: `Integer[1]` Set the max number of connected clients at the same time. Default value: `10000` ##### `maxmemory` Data type: `Any` Don't use more memory than the specified amount of bytes. Default value: ``undef`` ##### `maxmemory_policy` Data type: `Any` How Redis will select what to remove when maxmemory is reached. Default value: ``undef`` ##### `maxmemory_samples` Data type: `Any` Select as well the sample size to check. Default value: ``undef`` ##### `min_slaves_max_lag` Data type: `Integer[0]` The lag in seconds Default value: `10` ##### `min_slaves_to_write` Data type: `Integer[0]` Minimum number of slaves to be in "online" state Default value: `0` ##### `no_appendfsync_on_rewrite` Data type: `Boolean` If you have latency problems turn this to 'true'. Otherwise leave it as Default value: ``false`` ##### `notify_keyspace_events` Data type: `Optional[String[1]]` Which events to notify Pub/Sub clients about events happening Default value: ``undef`` ##### `notify_service` Data type: `Boolean` You may disable service reloads when config files change if you Default value: ``true`` ##### `package_ensure` Data type: `String[1]` Default action for package. Default value: `'installed'` ##### `package_name` Data type: `String[1]` Upstream package name. Default value: `$redis::params::package_name` ##### `pid_file` Data type: `Stdlib::Absolutepath` Where to store the pid. Default value: `$redis::params::pid_file` ##### `port` Data type: `Stdlib::Port` Configure which port to listen on. Default value: `6379` ##### `protected_mode` Data type: `Boolean` Whether protected mode is enabled or not. Only applicable when no bind is set. Default value: ``true`` ##### `ppa_repo` Data type: `Optional[String]` Specify upstream (Ubuntu) PPA entry. Default value: `$redis::params::ppa_repo` ##### `rdbcompression` Data type: `Boolean` Enable/disable compression of string objects using LZF when dumping. Default value: ``true`` ##### `rename_commands` Data type: `Hash[String,String]` A list of Redis commands to rename or disable for security reasons Default value: `{}` ##### `repl_backlog_size` Data type: `String[1]` The replication backlog size Default value: `'1mb'` ##### `repl_backlog_ttl` Data type: `Integer[0]` The number of seconds to elapse before freeing backlog buffer Default value: `3600` ##### `repl_disable_tcp_nodelay` Data type: `Boolean` Enable/disable TCP_NODELAY on the slave socket after SYNC Default value: ``false`` ##### `repl_ping_slave_period` Data type: `Integer[1]` Slaves send PINGs to server in a predefined interval. It's possible Default value: `10` ##### `repl_timeout` Data type: `Integer[1]` Set the replication timeout for: Default value: `60` ##### `requirepass` Data type: `Optional[String]` Require clients to issue AUTH before processing any other commands. Default value: ``undef`` ##### `save_db_to_disk` Data type: `Boolean` Set if save db to disk. Default value: ``true`` ##### `save_db_to_disk_interval` Data type: `Hash` save the dataset every N seconds if there are at least M changes in the dataset Default value: `{ '900' => '1', '300' => '10', '60' => '10000' }` ##### `service_manage` Data type: `Boolean` Specify if the service should be part of the catalog. Default value: ``true`` ##### `service_enable` Data type: `Boolean` Enable/disable daemon at boot. Default value: ``true`` ##### `service_ensure` Data type: `Stdlib::Ensure::Service` Specify if the server should be running. Default value: `'running'` ##### `service_group` Data type: `String[1]` Specify which group to run as. Default value: `'redis'` ##### `service_name` Data type: `String[1]` Specify the service name for Init or Systemd. Default value: `$redis::params::service_name` ##### `service_user` Data type: `String[1]` Specify which user to run as. Default value: `'redis'` ##### `set_max_intset_entries` Data type: `Integer[0]` The following configuration setting sets the limit in the size of the set in order to use this special memory saving encoding. Default value: `512` ##### `slave_priority` Data type: `Integer[0]` The priority number for slave promotion by Sentinel Default value: `100` ##### `slave_read_only` Data type: `Boolean` You can configure a slave instance to accept writes or not. Default value: ``true`` ##### `slave_serve_stale_data` Data type: `Boolean` When a slave loses its connection with the master, or when the replication is still in progress, the slave can act in two different ways: 1) if slave-serve-stale-data is set to 'yes' (the default) the slave will still reply to client requests, possibly with out of date data, or the data set may just be empty if this is the first synchronization. 2) if slave-serve-stale-data is set to 'no' the slave will reply with an error "SYNC with master in progress" to all the kind of commands but to INFO and SLAVEOF. Default value: ``true`` ##### `slaveof` Data type: `Optional[String[1]]` Use slaveof to make a Redis instance a copy of another Redis server. Default value: ``undef`` ##### `slowlog_log_slower_than` Data type: `Integer[-1]` Tells Redis what is the execution time, in microseconds, to exceed in order for the command to get logged. Default value: `10000` ##### `slowlog_max_len` Data type: `Integer[0]` Tells Redis what is the length to exceed in order for the command to get logged. Default value: `1024` ##### `stop_writes_on_bgsave_error` Data type: `Boolean` If false then Redis will continue to work as usual even if there are problems with disk, permissions, and so forth. Default value: ``true`` ##### `syslog_enabled` Data type: `Boolean` Enable/disable logging to the system logger. Default value: ``false`` ##### `syslog_facility` Data type: `Optional[String[1]]` Specify the syslog facility. Must be USER or between LOCAL0-LOCAL7. Default value: ``undef`` ##### `tcp_backlog` Data type: `Integer[0]` Sets the TCP backlog Default value: `511` ##### `tcp_keepalive` Data type: `Integer[0]` TCP keepalive. Default value: `0` ##### `timeout` Data type: `Integer[0]` Close the connection after a client is idle for N seconds (0 to disable). Default value: `0` +##### `tls_port` + +Data type: `Optional[Stdlib::Port]` + +Configure which TLS port to listen on. + +Default value: ``undef`` + +##### `tls_cert_file` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which X.509 certificate file to use for TLS connections. + +Default value: ``undef`` + +##### `tls_key_file` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which privaye key file to use for TLS connections. + +Default value: ``undef`` + +##### `tls_ca_cert_file` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which X.509 CA certificate(s) bundle file to use. + +Default value: ``undef`` + +##### `tls_ca_cert_dir` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which X.509 CA certificate(s) bundle directory to use. + +Default value: ``undef`` + +##### `tls_auth_clients` + +Data type: `Enum['yes', 'no', 'optional']` + +Specify if clients and replicas are required to authenticate using valid client side certificates. + +Default value: `'no'` + +##### `tls_replication` + +Data type: `Boolean` + +Specify if TLS should be enabled on replication links. + +Default value: ``false`` + +##### `tls_cluster` + +Data type: `Boolean` + +Specify if TLS should be used for the bus protocol. + +Default value: ``false`` + +##### `tls_ciphers` + +Data type: `Optional[String[1]]` + +Configure allowed ciphers for TLS <= TLSv1.2. + +Default value: ``undef`` + +##### `tls_ciphersuites` + +Data type: `Optional[String[1]]` + +Configure allowed TLSv1.3 ciphersuites. + +Default value: ``undef`` + +##### `tls_protocols` + +Data type: `Optional[String[1]]` + +Configure allowed TLS protocol versions. + +Default value: ``undef`` + +##### `tls_prefer_server_ciphers` + +Data type: `Boolean` + +Specify if the server's preference should be used when choosing a cipher. + +Default value: ``false`` + ##### `ulimit` Data type: `Integer[0]` Limit the use of system-wide resources. Default value: `65536` ##### `ulimit_managed` Data type: `Boolean` Defines wheter the max number of open files for the systemd service unit is explicitly managed. Default value: ``true`` ##### `unixsocket` Data type: `Variant[Stdlib::Absolutepath, Enum['']]` Define unix socket path Default value: `'/var/run/redis/redis.sock'` ##### `unixsocketperm` Data type: `Variant[Stdlib::Filemode, Enum['']]` Define unix socket file permissions Default value: `'0755'` ##### `workdir` Data type: `Stdlib::Absolutepath` The DB will be written inside this directory, with the filename specified above using the 'dbfilename' configuration directive. Default value: `$redis::params::workdir` ##### `workdir_mode` Data type: `Stdlib::Filemode` Adjust mode for data directory. Default value: `'0750'` ##### `zset_max_ziplist_entries` Data type: `Integer[0]` Set max entries for sorted sets. Default value: `128` ##### `zset_max_ziplist_value` Data type: `Integer[0]` Set max values for sorted sets. Default value: `64` ##### `cluster_enabled` Data type: `Boolean` Enables redis 3.0 cluster functionality Default value: ``false`` ##### `cluster_config_file` Data type: `String[1]` Config file for saving cluster nodes configuration. This file is never touched by humans. Only set if cluster_enabled is true Default value: `'nodes.conf'` ##### `cluster_node_timeout` Data type: `Integer[1]` Node timeout. Only set if cluster_enabled is true Default value: `5000` ##### `cluster_slave_validity_factor` Data type: `Integer[0]` Control variable to disable promoting slave in case of disconnection from master Only set if cluster_enabled is true Default value: `0` ##### `cluster_require_full_coverage` Data type: `Boolean` If false Redis Cluster will server queries even if requests about a subset of keys can be processed Only set if cluster_enabled is true Default value: ``true`` ##### `cluster_migration_barrier` Data type: `Integer[0]` Minimum number of slaves master will remain connected with, for another slave to migrate to a master which is no longer covered by any slave. Only set if cluster_enabled is true Default value: `1` ##### `instances` Data type: `Hash[String[1], Hash]` Iterate through multiple instance configurations Default value: `{}` ##### `output_buffer_limit_slave` Data type: `String[1]` Default value: `'256mb 64mb 60'` ##### `output_buffer_limit_pubsub` Data type: `String[1]` Default value: `'32mb 8mb 60'` ##### `manage_service_file` Data type: `Boolean` Default value: ``false`` ### `redis::administration` As documented in the FAQ and https://redis.io/topics/admin. For disabling Transparent Huge Pages (THP), use separate module such as: https://forge.puppet.com/modules/alexharvey/disable_transparent_hugepage Note that this class requires the herculesteam/augeasproviders_sysctl module. * **See also** * https://redis.io/topics/admin * https://forge.puppet.com/herculesteam/augeasproviders_sysctl #### Examples ##### ```puppet include redis::administration ``` ##### ```puppet class {'redis::administration': enable_overcommit_memory => false, } ``` #### Parameters The following parameters are available in the `redis::administration` class: * [`enable_overcommit_memory`](#enable_overcommit_memory) * [`somaxconn`](#somaxconn) ##### `enable_overcommit_memory` Data type: `Boolean` Enable the overcommit memory setting Default value: ``true`` ##### `somaxconn` Data type: `Integer[0]` Set somaxconn value Default value: `65535` ### `redis::globals` Set a global config for Redis #### Parameters The following parameters are available in the `redis::globals` class: * [`scl`](#scl) ##### `scl` Data type: `Optional[String]` Use a specific Software CoLlection on Red Hat based systems Default value: ``undef`` ### `redis::sentinel` Install redis-sentinel #### Examples ##### Basic inclusion ```puppet include redis::sentinel ``` ##### Configuring options ```puppet class {'redis::sentinel': down_after => 80000, log_file => '/var/log/redis/sentinel.log', } ``` #### Parameters The following parameters are available in the `redis::sentinel` class: * [`auth_pass`](#auth_pass) * [`config_file`](#config_file) * [`config_file_orig`](#config_file_orig) * [`config_file_mode`](#config_file_mode) * [`conf_template`](#conf_template) * [`daemonize`](#daemonize) * [`down_after`](#down_after) * [`failover_timeout`](#failover_timeout) * [`log_file`](#log_file) * [`log_level`](#log_level) * [`master_name`](#master_name) * [`redis_host`](#redis_host) * [`redis_port`](#redis_port) * [`requirepass`](#requirepass) * [`protected_mode`](#protected_mode) * [`package_name`](#package_name) * [`package_ensure`](#package_ensure) * [`parallel_sync`](#parallel_sync) * [`pid_file`](#pid_file) * [`quorum`](#quorum) * [`sentinel_bind`](#sentinel_bind) * [`sentinel_port`](#sentinel_port) * [`service_group`](#service_group) * [`service_name`](#service_name) * [`service_user`](#service_user) * [`service_enable`](#service_enable) * [`working_dir`](#working_dir) * [`notification_script`](#notification_script) * [`client_reconfig_script`](#client_reconfig_script) * [`service_ensure`](#service_ensure) ##### `auth_pass` Data type: `Optional[Variant[String[1], Sensitive[String[1]]]]` The password to use to authenticate with the master and slaves. Default value: ``undef`` ##### `config_file` Data type: `Stdlib::Absolutepath` The location and name of the sentinel config file. Default value: `$redis::params::sentinel_config_file` ##### `config_file_orig` Data type: `Stdlib::Absolutepath` The location and name of a config file that provides the source of the sentinel config file. Two different files are needed because sentinel itself writes to its own config file and we do not want override that when puppet is run unless there are changes from the manifests. Default value: `$redis::params::sentinel_config_file_orig` ##### `config_file_mode` Data type: `Stdlib::Filemode` Permissions of config file. Default value: `'0644'` ##### `conf_template` Data type: `String[1]` Define which template to use. Default value: `'redis/redis-sentinel.conf.erb'` ##### `daemonize` Data type: `Boolean` Have Redis sentinel run as a daemon. Default value: `$redis::params::sentinel_daemonize` ##### `down_after` Data type: `Integer[1]` Number of milliseconds the master (or any attached slave or sentinel) should be unreachable (as in, not acceptable reply to PING, continuously, for the specified period) in order to consider it in S_DOWN state. Default value: `30000` ##### `failover_timeout` Data type: `Integer[1]` Specify the failover timeout in milliseconds. Default value: `180000` ##### `log_file` Data type: `Stdlib::Absolutepath` Specify where to write log entries. Default value: `$redis::params::sentinel_log_file` ##### `log_level` Data type: `Redis::LogLevel` Specify how much we should log. Default value: `'notice'` ##### `master_name` Data type: `String[1]` Specify the name of the master redis server. The valid charset is A-z 0-9 and the three characters ".-_". Default value: `'mymaster'` ##### `redis_host` Data type: `Stdlib::Host` Specify the bound host of the master redis server. Default value: `'127.0.0.1'` ##### `redis_port` Data type: `Stdlib::Port` Specify the port of the master redis server. Default value: `6379` ##### `requirepass` Data type: `Optional[String[1]]` Specify the password to require client authentication via the AUTH command, however this feature is only available starting with Redis 5.0.1. Default value: ``undef`` ##### `protected_mode` Data type: `Boolean` Whether protected mode is enabled or not. Only applicable when no bind is set. Default value: ``true`` ##### `package_name` Data type: `String[1]` The name of the package that installs sentinel. Default value: `$redis::params::sentinel_package_name` ##### `package_ensure` Data type: `String[1]` -Do we ensure this package. +Do we ensure this package. This parameter takes effect only if +an independent package is required for sentinel. Default value: `'installed'` ##### `parallel_sync` Data type: `Integer[0]` How many slaves can be reconfigured at the same time to use a new master after a failover. Default value: `1` ##### `pid_file` Data type: `Stdlib::Absolutepath` If sentinel is daemonized it will write its pid at this location. Default value: `$redis::params::sentinel_pid_file` ##### `quorum` Data type: `Integer[1]` Number of sentinels that must agree that a master is down to signal sdown state. Default value: `2` ##### `sentinel_bind` Data type: `Variant[Undef, Stdlib::IP::Address, Array[Stdlib::IP::Address]]` Allow optional sentinel server ip binding. Can help overcome issues arising from protect-mode added Redis 3.2 Default value: ``undef`` ##### `sentinel_port` Data type: `Stdlib::Port` The port of sentinel server. Default value: `26379` ##### `service_group` Data type: `String[1]` The group of the config file. Default value: `'redis'` ##### `service_name` Data type: `String[1]` The name of the service (for puppet to manage). Default value: `$redis::params::sentinel_service_name` ##### `service_user` Data type: `String[1]` The owner of the config file. Default value: `'redis'` ##### `service_enable` Data type: `Boolean` Enable the service at boot time. Default value: ``true`` ##### `working_dir` Data type: `Stdlib::Absolutepath` The directory into which sentinel will change to avoid mount conflicts. Default value: `$redis::params::sentinel_working_dir` ##### `notification_script` Data type: `Optional[Stdlib::Absolutepath]` Path to the notification script Default value: ``undef`` ##### `client_reconfig_script` Data type: `Optional[Stdlib::Absolutepath]` Path to the client-reconfig script Default value: ``undef`` ##### `service_ensure` Data type: `Stdlib::Ensure::Service` Default value: `'running'` ## Defined types ### `redis::instance` This is an defined type to allow the configuration of multiple redis instances on one machine without conflicts #### Examples ##### ```puppet redis::instance {'6380': port => 6380, } ``` #### Parameters The following parameters are available in the `redis::instance` defined type: * [`activerehashing`](#activerehashing) * [`aof_load_truncated`](#aof_load_truncated) * [`aof_rewrite_incremental_fsync`](#aof_rewrite_incremental_fsync) * [`appendfilename`](#appendfilename) * [`appendfsync`](#appendfsync) * [`appendonly`](#appendonly) * [`auto_aof_rewrite_min_size`](#auto_aof_rewrite_min_size) * [`auto_aof_rewrite_percentage`](#auto_aof_rewrite_percentage) * [`bind`](#bind) * [`config_file_orig`](#config_file_orig) * [`config_file`](#config_file) * [`config_file_mode`](#config_file_mode) * [`config_group`](#config_group) * [`config_owner`](#config_owner) * [`conf_template`](#conf_template) * [`daemonize`](#daemonize) * [`databases`](#databases) * [`dbfilename`](#dbfilename) * [`extra_config_file`](#extra_config_file) * [`hash_max_ziplist_entries`](#hash_max_ziplist_entries) * [`hash_max_ziplist_value`](#hash_max_ziplist_value) * [`hll_sparse_max_bytes`](#hll_sparse_max_bytes) * [`hz`](#hz) * [`latency_monitor_threshold`](#latency_monitor_threshold) * [`list_max_ziplist_entries`](#list_max_ziplist_entries) * [`list_max_ziplist_value`](#list_max_ziplist_value) * [`log_dir`](#log_dir) * [`log_dir_mode`](#log_dir_mode) * [`log_file`](#log_file) * [`log_level`](#log_level) * [`masterauth`](#masterauth) * [`maxclients`](#maxclients) * [`maxmemory`](#maxmemory) * [`maxmemory_policy`](#maxmemory_policy) * [`maxmemory_samples`](#maxmemory_samples) * [`min_slaves_max_lag`](#min_slaves_max_lag) * [`min_slaves_to_write`](#min_slaves_to_write) * [`no_appendfsync_on_rewrite`](#no_appendfsync_on_rewrite) * [`notify_keyspace_events`](#notify_keyspace_events) * [`pid_file`](#pid_file) * [`port`](#port) * [`protected_mode`](#protected_mode) * [`rdbcompression`](#rdbcompression) * [`rename_commands`](#rename_commands) * [`repl_backlog_size`](#repl_backlog_size) * [`repl_backlog_ttl`](#repl_backlog_ttl) * [`repl_disable_tcp_nodelay`](#repl_disable_tcp_nodelay) * [`repl_ping_slave_period`](#repl_ping_slave_period) * [`repl_timeout`](#repl_timeout) * [`requirepass`](#requirepass) * [`save_db_to_disk`](#save_db_to_disk) * [`save_db_to_disk_interval`](#save_db_to_disk_interval) * [`service_name`](#service_name) * [`service_enable`](#service_enable) * [`service_ensure`](#service_ensure) * [`service_group`](#service_group) * [`service_user`](#service_user) * [`set_max_intset_entries`](#set_max_intset_entries) * [`slave_priority`](#slave_priority) * [`slave_read_only`](#slave_read_only) * [`slave_serve_stale_data`](#slave_serve_stale_data) * [`slaveof`](#slaveof) * [`slowlog_log_slower_than`](#slowlog_log_slower_than) * [`slowlog_max_len`](#slowlog_max_len) * [`stop_writes_on_bgsave_error`](#stop_writes_on_bgsave_error) * [`syslog_enabled`](#syslog_enabled) * [`syslog_facility`](#syslog_facility) * [`tcp_backlog`](#tcp_backlog) * [`tcp_keepalive`](#tcp_keepalive) * [`timeout`](#timeout) +* [`tls_port`](#tls_port) +* [`tls_cert_file`](#tls_cert_file) +* [`tls_key_file`](#tls_key_file) +* [`tls_ca_cert_file`](#tls_ca_cert_file) +* [`tls_ca_cert_dir`](#tls_ca_cert_dir) +* [`tls_auth_clients`](#tls_auth_clients) +* [`tls_replication`](#tls_replication) +* [`tls_cluster`](#tls_cluster) +* [`tls_ciphers`](#tls_ciphers) +* [`tls_ciphersuites`](#tls_ciphersuites) +* [`tls_protocols`](#tls_protocols) +* [`tls_prefer_server_ciphers`](#tls_prefer_server_ciphers) * [`ulimit`](#ulimit) * [`ulimit_managed`](#ulimit_managed) * [`unixsocket`](#unixsocket) * [`unixsocketperm`](#unixsocketperm) * [`workdir`](#workdir) * [`workdir_mode`](#workdir_mode) * [`zset_max_ziplist_entries`](#zset_max_ziplist_entries) * [`zset_max_ziplist_value`](#zset_max_ziplist_value) * [`cluster_enabled`](#cluster_enabled) * [`cluster_config_file`](#cluster_config_file) * [`cluster_node_timeout`](#cluster_node_timeout) * [`cluster_slave_validity_factor`](#cluster_slave_validity_factor) * [`cluster_require_full_coverage`](#cluster_require_full_coverage) * [`cluster_migration_barrier`](#cluster_migration_barrier) * [`output_buffer_limit_slave`](#output_buffer_limit_slave) * [`output_buffer_limit_pubsub`](#output_buffer_limit_pubsub) * [`managed_by_cluster_manager`](#managed_by_cluster_manager) * [`manage_service_file`](#manage_service_file) ##### `activerehashing` Data type: `Boolean` Enable/disable active rehashing. Default value: `$redis::activerehashing` ##### `aof_load_truncated` Data type: `Boolean` Enable/disable loading truncated AOF file Default value: `$redis::aof_load_truncated` ##### `aof_rewrite_incremental_fsync` Data type: `Boolean` Enable/disable fsync for AOF file Default value: `$redis::aof_rewrite_incremental_fsync` ##### `appendfilename` Data type: `String[1]` The name of the append only file Default value: `$redis::appendfilename` ##### `appendfsync` Data type: `Enum['no', 'always', 'everysec']` Adjust fsync mode. Valid options: always, everysec, no. Default value: `$redis::appendfsync` ##### `appendonly` Data type: `Boolean` Enable/disable appendonly mode. Default value: `$redis::appendonly` ##### `auto_aof_rewrite_min_size` Data type: `String[1]` Adjust minimum size for auto-aof-rewrite. Default value: `$redis::auto_aof_rewrite_min_size` ##### `auto_aof_rewrite_percentage` Data type: `Integer[0]` Adjust percentatge for auto-aof-rewrite. Default value: `$redis::auto_aof_rewrite_percentage` ##### `bind` Data type: `Variant[Stdlib::IP::Address, Array[Stdlib::IP::Address]]` Configure which IP address(es) to listen on. To bind on all interfaces, use an empty array. Default value: `$redis::bind` ##### `config_file_orig` Data type: `Stdlib::Absolutepath` The location and name of a config file that provides the source Default value: `$redis::config_file_orig` ##### `config_file` Data type: `Stdlib::Absolutepath` Adjust main configuration file. Default value: `$redis::config_file` ##### `config_file_mode` Data type: `Stdlib::Filemode` Adjust permissions for configuration files. Default value: `$redis::config_file_mode` ##### `config_group` Data type: `String[1]` Adjust filesystem group for config files. Default value: `$redis::config_group` ##### `config_owner` Data type: `String[1]` Adjust filesystem owner for config files. Default value: `$redis::config_owner` ##### `conf_template` Data type: `String[1]` Define which template to use. Default value: `$redis::conf_template` ##### `daemonize` Data type: `Boolean` Have Redis run as a daemon. Default value: ``true`` ##### `databases` Data type: `Integer[1]` Set the number of databases. Default value: `$redis::databases` ##### `dbfilename` Data type: `Variant[String[1], Boolean]` The filename where to dump the DB Default value: `$redis::dbfilename` ##### `extra_config_file` Data type: `Optional[String]` Optional extra config file to include Default value: `$redis::extra_config_file` ##### `hash_max_ziplist_entries` Data type: `Integer[0]` Set max ziplist entries for hashes. Default value: `$redis::hash_max_ziplist_entries` ##### `hash_max_ziplist_value` Data type: `Integer[0]` Set max ziplist values for hashes. Default value: `$redis::hash_max_ziplist_value` ##### `hll_sparse_max_bytes` Data type: `Integer[0]` HyperLogLog sparse representation bytes limit Default value: `$redis::hll_sparse_max_bytes` ##### `hz` Data type: `Integer[1, 500]` Set redis background tasks frequency Default value: `$redis::hz` ##### `latency_monitor_threshold` Data type: `Integer[0]` Latency monitoring threshold in milliseconds Default value: `$redis::latency_monitor_threshold` ##### `list_max_ziplist_entries` Data type: `Integer[0]` Set max ziplist entries for lists. Default value: `$redis::list_max_ziplist_entries` ##### `list_max_ziplist_value` Data type: `Integer[0]` Set max ziplist values for lists. Default value: `$redis::list_max_ziplist_value` ##### `log_dir` Data type: `Stdlib::Absolutepath` Specify directory where to write log entries. Default value: `$redis::log_dir` ##### `log_dir_mode` Data type: `Stdlib::Filemode` Adjust mode for directory containing log files. Default value: `$redis::log_dir_mode` ##### `log_file` Data type: `String` Specify file where to write log entries. Relative paths will be prepended with log_dir but absolute paths are also accepted. Default value: `"redis-server-${name}.log"` ##### `log_level` Data type: `Redis::LogLevel` Specify the server verbosity level. Default value: `$redis::log_level` ##### `masterauth` Data type: `Optional[Variant[String[1], Sensitive[String[1]]]]` If the master is password protected (using the "requirepass" configuration Default value: `$redis::masterauth` ##### `maxclients` Data type: `Integer[1]` Set the max number of connected clients at the same time. Default value: `$redis::maxclients` ##### `maxmemory` Data type: `Optional[Variant[Integer, String]]` Don't use more memory than the specified amount of bytes. Default value: `$redis::maxmemory` ##### `maxmemory_policy` Data type: `Optional[String]` How Redis will select what to remove when maxmemory is reached. Default value: `$redis::maxmemory_policy` ##### `maxmemory_samples` Data type: `Optional[Variant[Integer, String]]` Select as well the sample size to check. Default value: `$redis::maxmemory_samples` ##### `min_slaves_max_lag` Data type: `Integer[0]` The lag in seconds Default value: `$redis::min_slaves_max_lag` ##### `min_slaves_to_write` Data type: `Integer[0]` Minimum number of slaves to be in "online" state Default value: `$redis::min_slaves_to_write` ##### `no_appendfsync_on_rewrite` Data type: `Boolean` If you have latency problems turn this to 'true'. Otherwise leave it as Default value: `$redis::no_appendfsync_on_rewrite` ##### `notify_keyspace_events` Data type: `Optional[String[1]]` Which events to notify Pub/Sub clients about events happening Default value: `$redis::notify_keyspace_events` ##### `pid_file` Data type: `Stdlib::Absolutepath` Where to store the pid. Default value: `"/var/run/redis/redis-server-${name}.pid"` ##### `port` Data type: `Stdlib::Port` Configure which port to listen on. Default value: `$redis::port` ##### `protected_mode` Data type: `Boolean` Whether protected mode is enabled or not. Only applicable when no bind is set. Default value: `$redis::protected_mode` ##### `rdbcompression` Data type: `Boolean` Enable/disable compression of string objects using LZF when dumping. Default value: `$redis::rdbcompression` ##### `rename_commands` Data type: `Hash[String,String]` A list of Redis commands to rename or disable for security reasons Default value: `$redis::rename_commands` ##### `repl_backlog_size` Data type: `String[1]` The replication backlog size Default value: `$redis::repl_backlog_size` ##### `repl_backlog_ttl` Data type: `Integer[0]` The number of seconds to elapse before freeing backlog buffer Default value: `$redis::repl_backlog_ttl` ##### `repl_disable_tcp_nodelay` Data type: `Boolean` Enable/disable TCP_NODELAY on the slave socket after SYNC Default value: `$redis::repl_disable_tcp_nodelay` ##### `repl_ping_slave_period` Data type: `Integer[1]` Slaves send PINGs to server in a predefined interval. It's possible Default value: `$redis::repl_ping_slave_period` ##### `repl_timeout` Data type: `Integer[1]` Set the replication timeout for: Default value: `$redis::repl_timeout` ##### `requirepass` Data type: `Optional[String]` Require clients to issue AUTH before processing any other commands. Default value: `$redis::requirepass` ##### `save_db_to_disk` Data type: `Boolean` Set if save db to disk. Default value: `$redis::save_db_to_disk` ##### `save_db_to_disk_interval` Data type: `Hash` save the dataset every N seconds if there are at least M changes in the dataset Default value: `$redis::save_db_to_disk_interval` ##### `service_name` Data type: `String[1]` The service name for this instance Default value: `"redis-server-${name}"` ##### `service_enable` Data type: `Boolean` Enable/disable daemon at boot. Default value: `$redis::service_enable` ##### `service_ensure` Data type: `Stdlib::Ensure::Service` Specify if the server should be running. Default value: `$redis::service_ensure` ##### `service_group` Data type: `String[1]` Specify which group to run as. Default value: `$redis::service_group` ##### `service_user` Data type: `String[1]` Specify which user to run as. Default value: `$redis::service_user` ##### `set_max_intset_entries` Data type: `Integer[0]` The following configuration setting sets the limit in the size of the set in order to use this special memory saving encoding. Default value: `$redis::set_max_intset_entries` ##### `slave_priority` Data type: `Integer[0]` The priority number for slave promotion by Sentinel Default value: `$redis::slave_priority` ##### `slave_read_only` Data type: `Boolean` You can configure a slave instance to accept writes or not. Default value: `$redis::slave_read_only` ##### `slave_serve_stale_data` Data type: `Boolean` When a slave loses its connection with the master, or when the replication is still in progress, the slave can act in two different ways: 1) if slave-serve-stale-data is set to 'yes' (the default) the slave will still reply to client requests, possibly with out of date data, or the data set may just be empty if this is the first synchronization. 2) if slave-serve-stale-data is set to 'no' the slave will reply with an error "SYNC with master in progress" to all the kind of commands but to INFO and SLAVEOF. Default value: `$redis::slave_serve_stale_data` ##### `slaveof` Data type: `Optional[String[1]]` Use slaveof to make a Redis instance a copy of another Redis server. Default value: `$redis::slaveof` ##### `slowlog_log_slower_than` Data type: `Integer[-1]` Tells Redis what is the execution time, in microseconds, to exceed in order for the command to get logged. Default value: `$redis::slowlog_log_slower_than` ##### `slowlog_max_len` Data type: `Integer[0]` Tells Redis what is the length to exceed in order for the command to get logged. Default value: `$redis::slowlog_max_len` ##### `stop_writes_on_bgsave_error` Data type: `Boolean` If false then Redis will continue to work as usual even if there are problems with disk, permissions, and so forth. Default value: `$redis::stop_writes_on_bgsave_error` ##### `syslog_enabled` Data type: `Boolean` Enable/disable logging to the system logger. Default value: `$redis::syslog_enabled` ##### `syslog_facility` Data type: `Optional[String[1]]` Specify the syslog facility. Must be USER or between LOCAL0-LOCAL7. Default value: `$redis::syslog_facility` ##### `tcp_backlog` Data type: `Integer[0]` Sets the TCP backlog Default value: `$redis::tcp_backlog` ##### `tcp_keepalive` Data type: `Integer[0]` TCP keepalive. Default value: `$redis::tcp_keepalive` ##### `timeout` Data type: `Integer[0]` Close the connection after a client is idle for N seconds (0 to disable). Default value: `$redis::timeout` +##### `tls_port` + +Data type: `Optional[Stdlib::Port]` + +Configure which TLS port to listen on. + +Default value: `$redis::tls_port` + +##### `tls_cert_file` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which X.509 certificate file to use for TLS connections. + +Default value: `$redis::tls_cert_file` + +##### `tls_key_file` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which privaye key file to use for TLS connections. + +Default value: `$redis::tls_key_file` + +##### `tls_ca_cert_file` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which X.509 CA certificate(s) bundle file to use. + +Default value: `$redis::tls_ca_cert_file` + +##### `tls_ca_cert_dir` + +Data type: `Optional[Stdlib::Absolutepath]` + +Specify which X.509 CA certificate(s) bundle directory to use. + +Default value: `$redis::tls_ca_cert_dir` + +##### `tls_auth_clients` + +Data type: `Enum['yes', 'no', 'optional']` + +Specify if clients and replicas are required to authenticate using valid client side certificates. + +Default value: `$redis::tls_auth_clients` + +##### `tls_replication` + +Data type: `Boolean` + +Specify if TLS should be enabled on replication links. + +Default value: `$redis::tls_replication` + +##### `tls_cluster` + +Data type: `Boolean` + +Specify if TLS should be used for the bus protocol. + +Default value: `$redis::tls_cluster` + +##### `tls_ciphers` + +Data type: `Optional[String[1]]` + +Configure allowed ciphers for TLS <= TLSv1.2. + +Default value: `$redis::tls_ciphers` + +##### `tls_ciphersuites` + +Data type: `Optional[String[1]]` + +Configure allowed TLSv1.3 ciphersuites. + +Default value: `$redis::tls_ciphersuites` + +##### `tls_protocols` + +Data type: `Optional[String[1]]` + +Configure allowed TLS protocol versions. + +Default value: `$redis::tls_protocols` + +##### `tls_prefer_server_ciphers` + +Data type: `Optional[Boolean]` + +Specify if the server's preference should be used when choosing a cipher. + +Default value: `$redis::tls_prefer_server_ciphers` + ##### `ulimit` Data type: `Integer[0]` Limit the use of system-wide resources. Default value: `$redis::ulimit` ##### `ulimit_managed` Data type: `Boolean` Defines wheter the max number of open files for the systemd service unit is explicitly managed. Default value: `$redis::ulimit_managed` ##### `unixsocket` Data type: `Variant[Stdlib::Absolutepath, Enum['']]` Define unix socket path Default value: `"/var/run/redis/redis-server-${name}.sock"` ##### `unixsocketperm` -Data type: `Variant[Stdlib::Filemode , Enum['']]` +Data type: `Variant[Stdlib::Filemode, Enum['']]` Define unix socket file permissions Default value: `$redis::unixsocketperm` ##### `workdir` Data type: `Stdlib::Absolutepath` The DB will be written inside this directory, with the filename specified above using the 'dbfilename' configuration directive. Default value: `"${redis::workdir}/redis-server-${name}"` ##### `workdir_mode` Data type: `Stdlib::Filemode` Adjust mode for data directory. Default value: `$redis::workdir_mode` ##### `zset_max_ziplist_entries` Data type: `Integer[0]` Set max entries for sorted sets. Default value: `$redis::zset_max_ziplist_entries` ##### `zset_max_ziplist_value` Data type: `Integer[0]` Set max values for sorted sets. Default value: `$redis::zset_max_ziplist_value` ##### `cluster_enabled` Data type: `Boolean` Enables redis 3.0 cluster functionality Default value: `$redis::cluster_enabled` ##### `cluster_config_file` Data type: `String[1]` Config file for saving cluster nodes configuration. This file is never touched by humans. Only set if cluster_enabled is true Default value: `$redis::cluster_config_file` ##### `cluster_node_timeout` Data type: `Integer[1]` Node timeout. Only set if cluster_enabled is true Default value: `$redis::cluster_node_timeout` ##### `cluster_slave_validity_factor` Data type: `Integer[0]` Control variable to disable promoting slave in case of disconnection from master Only set if cluster_enabled is true Default value: `$redis::cluster_slave_validity_factor` ##### `cluster_require_full_coverage` Data type: `Boolean` If false Redis Cluster will server queries even if requests about a subset of keys can be processed Only set if cluster_enabled is true Default value: `$redis::cluster_require_full_coverage` ##### `cluster_migration_barrier` Data type: `Integer[0]` Minimum number of slaves master will remain connected with, for another slave to migrate to a master which is no longer covered by any slave Only set if cluster_enabled is true Default value: `$redis::cluster_migration_barrier` ##### `output_buffer_limit_slave` Data type: `String[1]` Default value: `$redis::output_buffer_limit_slave` ##### `output_buffer_limit_pubsub` Data type: `String[1]` Default value: `$redis::output_buffer_limit_pubsub` ##### `managed_by_cluster_manager` Data type: `Boolean` Default value: `$redis::managed_by_cluster_manager` ##### `manage_service_file` Data type: `Boolean` Default value: ``true`` ## Functions ### `redis::get` Type: Ruby 4.x API Takes two arguments with an optional third. The first being a string value of the key to be looked up, the second is the URL to the Redis service and the third optional argument is a default value to be used if the lookup fails. example usage ``` $version = redis::get('version.myapp', 'redis://redis.example.com:6379') $version_with_default = redis::get('version.myapp', 'redis://redis.example.com:6379', $::myapp_version) ``` #### `redis::get(String[1] $key, Redis::RedisUrl $url, Optional[String] $default)` Takes two arguments with an optional third. The first being a string value of the key to be looked up, the second is the URL to the Redis service and the third optional argument is a default value to be used if the lookup fails. example usage ``` $version = redis::get('version.myapp', 'redis://redis.example.com:6379') $version_with_default = redis::get('version.myapp', 'redis://redis.example.com:6379', $::myapp_version) ``` Returns: `Optional[String]` Returns the value of the key from Redis ##### `key` Data type: `String[1]` The key to look up in redis ##### `url` Data type: `Redis::RedisUrl` The endpoint of the Redis instance ##### `default` Data type: `Optional[String]` The value to return if the key is not found or the connection to Redis fails ## Data types ### `Redis::LogLevel` This can be one of: * debug (a lot of information, useful for development/testing) * verbose (many rarely useful info, but not a mess like the debug level) * notice (moderately verbose, what you want in production probably) * warning (only very important / critical messages are logged) Alias of ```puppet Enum['debug', 'verbose', 'notice', 'warning'] ``` ### `Redis::RedisUrl` The Redis::RedisUrl data type. Alias of ```puppet Pattern[/(^redis:\/\/)/] ``` ## Tasks ### `redis_cli` Executes a redis-cli command on the target system **Supports noop?** false #### Parameters ##### `command` Data type: `String[1]` The command to run, including all arguments diff --git a/metadata.json b/metadata.json index f3d4bbf..b9aba50 100644 --- a/metadata.json +++ b/metadata.json @@ -1,67 +1,67 @@ { "name": "puppet-redis", - "version": "8.1.2-rc0", + "version": "8.2.0", "author": "Vox Pupuli", "summary": "Redis module", "license": "Apache-2.0", "source": "https://github.com/voxpupuli/puppet-redis.git", "project_page": "http://github.com/voxpupuli/puppet-redis", "issues_url": "https://github.com/voxpupuli/puppet-redis/issues", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.25.0 < 9.0.0" }, { "name": "puppet/systemd", "version_requirement": ">= 2.0.0 < 4.0.0" } ], "description": "Redis module with cluster support", "tags": [ "cluster", "failover", "loadbalancing", "redis", "sentinel" ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.1.0 < 8.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "9", "10" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", "20.04" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "Archlinux" } ] }