This commit is contained in:
Leif Johansson 2019-07-12 16:30:57 +02:00
parent a139b28155
commit 2f720b5a36

View file

@ -1,5 +1,6 @@
--- ---
:backends: :backends:
- eyaml
- yaml - yaml
- gpg - gpg
@ -12,11 +13,20 @@
- "dist_%{::lsbdistcodename}_override" - "dist_%{::lsbdistcodename}_override"
- common - common
:yaml: :yaml:
:datadir: /etc/hiera/data :datadir: /etc/hiera/data
:gpg: :gpg:
:datadir: /etc/hiera/data :datadir: /etc/hiera/data
:key_dir: /etc/hiera/gpg :key_dir: /etc/hiera/gpg
: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