Last active
September 14, 2017 20:31
-
-
Save binford2k/0a1a3697bf64b9da033c3e135a50d0dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
:backends: | |
- yaml | |
:yaml: | |
:datadir: /etc/puppetlabs/code/hieradata | |
:hierarchy: | |
- "%{::trusted.certname}" | |
- "%{environment}" | |
- common |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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