d72313e72e
- Rename gemspec patch to patch-gemspec - Update WWW - Pass maintainership to puppet@ [1] Changes: https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md PR: 237247 Submitted by: sunpoet (myself) Requested by: romain [1] Approved by: maintainer (timeout, 14 days)
8 lines
444 B
Text
8 lines
444 B
Text
hiera-eyaml is a backend for Hiera that provides per-value encryption of
|
|
sensitive data within yaml files to be used by Puppet. The Hiera eyaml
|
|
backend uses yaml formatted files with the .eyaml extension. The encrypted
|
|
strings are prefixed with the encryption method, wrapped with ENC[] and
|
|
placed in an eyaml file. You can mix your plain values in as well or
|
|
separate them into different files.
|
|
|
|
WWW: https://github.com/voxpupuli/hiera-eyaml
|