Skip to content

Instantly share code, notes, and snippets.

@binford2k
Last active September 14, 2017 20:31
Show Gist options
  • Save binford2k/0a1a3697bf64b9da033c3e135a50d0dc to your computer and use it in GitHub Desktop.
Save binford2k/0a1a3697bf64b9da033c3e135a50d0dc to your computer and use it in GitHub Desktop.
---
:backends:
- yaml
:yaml:
:datadir: /etc/puppetlabs/code/hieradata
:hierarchy:
- "%{::trusted.certname}"
- "%{environment}"
- common
---
version: 5
defaults:
datadir: hieradata
data_hash: yaml_data
hierarchy:
- name: Yaml data
paths:
- "%{::trusted.certname}.yaml"
- "%{environment}.yaml"
- "common.yaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment