puppet-trove/releasenotes/notes/policy_purge_config-77dcdf6fec79a4fa.yaml
Takashi Kajinami 53ac7d78a3 Allow purging policy files
This change introduces the new purge_config parameter to the policy
class so that any policy rules not managed by puppet manifests can be
cleared.

Co-Authored-By: Martin Schuppert <mschuppert@redhat.com>
Depends-On: https://review.opendev.org/802305
Change-Id: Ib07734e8f3d1ba0ca413d3c68ff6f00ffd0f8a64
2021-09-04 22:20:01 +09:00

7 lines
251 B
YAML

---
features:
- |
Adds new purge_config parameter. When set to true, the policy file is
cleared during configuration process. This allows to remove any existing
rules before applying them or clean the file when all policies got removed.