puppet-zaqar/releasenotes/notes/redis-package-4b3062bc2a6253ee.yaml
Takashi Kajinami 0cc6468f2b Ensure python-redis is install
The python-redis package is an optional dependency and needs to be
installed explicitly in Ubuntu or Debian. (The zaqar package in RDO
has additonal dependency to require python-redis now).

Change-Id: I5c768a4ed60909f2e764ed6a39c372814b50c58b
2024-04-08 18:35:04 +09:00

9 lines
335 B
YAML

---
features:
- |
The ``zaqar::messaging::redis`` class and the ``zaqar::management::redis``
class now ensures that the python3-redis package is installed.
The new ``package_ensure`` parameter can be used to customize state of
the package. To disable the package management, use the ``manage_package``
parameter.