hiera eyaml config
This commit is contained in:
parent
2f720b5a36
commit
abe1c59f11
1 changed files with 27 additions and 0 deletions
27
global/overlay/etc/puppet/hiera-eyaml.yaml
Normal file
27
global/overlay/etc/puppet/hiera-eyaml.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue