puppet-barbican/releasenotes/notes/fix-inconsistent-wsgi-apache-params-491fbe2bccfece96.yaml
Takashi Kajinami eb2b84ea8f Fix inconsistent parameter/resource names of wsgi::apache
The barbican::wsgi::apache class names a few parameters and resources
differently from the other modules. To make its interface and
implementation consistent with the other implementations, this renames
these inconsistent names. The old parameter names are kept but will be
removed in a future release.

Change-Id: I49ca51e4ea7a2404dfdbd0c88ce39339750da4f6
2022-08-26 15:46:37 +09:00

10 lines
267 B
YAML

---
deprecations:
- |
The ``barbican::wsgi::apache::public_port`` parameter has been deprecated.
Use the ``port`` prameter instead.
- |
The ``barbican::wsgi::apache::public_path`` parameter has been deprecated.
Use the ``path`` prameter instead.