Skip to content
Snippets Groups Projects
Commit b9cde449 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Added hiera.yaml for key management.

parent 7756e6c9
No related branches found
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
---
version: 5
defaults: # Used for any hierarchy level that omits these keys.
datadir: data # This path is relative to hiera.yaml's directory.
lookup_key: eyaml_lookup_key # eyaml backend
options:
pkcs7_private_key: /etc/puppetlabs/puppet/keys/private_key.pkcs7.pem
pkcs7_public_key: /etc/puppetlabs/puppet/keys/public_key.pkcs7.pem
hierarchy:
- name: "Environment"
path: "environment/%{::environment}.yaml"
- name: "OS family"
path: "os/%{facts.os.family}.yaml"
- name: 'common'
path: 'common.yaml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment