Files
puppet-barbican/releasenotes/notes/barbican-base-opts-5d7598b51270cc64.yaml
Takashi Kajinami 700b5e4148 Add general basic functionality to the base barbican class
This is the prep work to migrate some common parameters from the api
class to the base class, and implements basic functionality so that
the base class provides consistent functionality in all modules.

Change-Id: I0e20b135e8c29f1d27d39d2940d49ea30a1f512c
2022-04-26 10:06:23 +09:00

10 lines
256 B
YAML

---
features:
- |
The ``barbican`` class now installs the ``barbican-common`` package. Status
of the package can be customized by the ``barbican::package_ensure``
parameter.
- |
The ``barbican::purge_config`` parameter has been added.