eyaml
This commit is contained in:
parent
a139b28155
commit
2f720b5a36
1 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
:backends:
|
||||
- eyaml
|
||||
- yaml
|
||||
- gpg
|
||||
|
||||
|
@ -12,11 +13,20 @@
|
|||
- "dist_%{::lsbdistcodename}_override"
|
||||
- common
|
||||
|
||||
|
||||
|
||||
:yaml:
|
||||
:datadir: /etc/hiera/data
|
||||
|
||||
:gpg:
|
||||
:datadir: /etc/hiera/data
|
||||
: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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue