Skip to content
Snippets Groups Projects

Devel

Merged Magnus Svensson requested to merge devel into test
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
hiera.yaml 0 → 100644
+ 19
0
---
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'
Loading