Created
December 5, 2014 08:21
-
-
Save initcron/60414d30c6f6f3dc927c to your computer and use it in GitHub Desktop.
hiera.yaml with json data store
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: | |
| - json | |
| - yaml | |
| :json: | |
| :datadir: /etc/puppet/jsondata | |
| :yaml: | |
| :datadir: /etc/puppet/hieradata | |
| :hierarchy: | |
| - "%{clientcert}" | |
| - common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment