Created
June 28, 2018 09:11
-
-
Save accasey/3d27fb7be587fa9f36fa3b59b8059eaa to your computer and use it in GitHub Desktop.
Hiera hierarchy
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: | |
| - eyaml | |
| - yaml | |
| :hierarchy: | |
| - "%{::environment}/%{::environment}" | |
| - "%{::region}/%{::region}" | |
| - "%{::database_class}/%{::database_class}" | |
| - "common/acm" | |
| - "common/prcs" | |
| - "common/app" | |
| - "common/pia" | |
| - "common/common" | |
| - "common/deployment" | |
| - "defaults" | |
| :yaml: | |
| :datadir: d:\psoft\dpk\puppet\production\data | |
| :eyaml: | |
| :datadir: d:\psoft\dpk\puppet\production\data | |
| :extension: 'yaml' | |
| :pkcs7_private_key: d:\psoft\dpk\puppet\secure\keys\private_key.pkcs7.pem | |
| :pkcs7_public_key: d:\psoft\dpk\puppet\secure\keys\public_key.pkcs7.pem | |
| :merge_behavior: deeper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment