Files
puppet-openstacklib/releasenotes/notes/purge-policy-file-1ad9f366345142e7.yaml
Takashi Kajinami 2a53c66ed3 Re-implement openstacklib::policy
openstacklib::policy has never been used in any other modules because
it was implemented as a class not reusable for each service.
This change re-implements openstacklib::policy as a defined resource
type so that we can use this implementation from each puppet modules.

The openstacklib::policy resource type provides the purge_config
parameter. When this parameter is set to true, a policy file is cleared
during configuration process. This allows users to remove any existing
rules before applying their own (no) rules.

Change-Id: I9bb486c9191c50c11717dcb9c6af00d17c3aa8f5
2021-08-10 10:25:12 +09:00

12 lines
334 B
YAML

---
features:
- |
Now the ``openstacklib::policies`` resource type provides the basic set
of configurations for policy settings. It provides the purge_config
parameter which ensures a policy file is purged.
upgrade:
- |
The ``openstacklib::policies`` class has been re-implemented as a defined
resource type.