hiera eyaml config

This commit is contained in:
Leif Johansson 2019-07-12 16:43:23 +02:00
parent 2f720b5a36
commit abe1c59f11

View file

@ -0,0 +1,27 @@
---
:backends:
- eyaml
- yaml
:logger: console
:hierarchy:
- local
- group
- secrets.yaml
- "dist_%{::lsbdistcodename}_override"
- common
:yaml:
:datadir: /etc/hiera/data
:eyaml:
:datadir: '/etc/hiera/data'
# If using the pkcs7 encryptor (default)
:pkcs7_private_key: /etc/hiera/eyaml/private_key.pkcs7.pem
:pkcs7_public_key: /etc/hiera/eyaml/public_certkey.pkcs7.pem
# Optionally cache decrypted data (default: false)
:cache_decrypted: false