File: make-replacing-fernet-keys-configurable-4e8f342f4a8ec67a.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (6 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
features:
  - The parameter 'fernet_replace_keys' was added; this tells the manifest to
    not replace the fernet keys if they have been added already. This is useful
    in cases where rotation happens outside of puppet, and running puppet again
    would replace the keys and result in an invalid setup.