Skip to content

Instantly share code, notes, and snippets.

@frozenfoxx
Created November 20, 2013 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frozenfoxx/7570788 to your computer and use it in GitHub Desktop.
Save frozenfoxx/7570788 to your computer and use it in GitHub Desktop.
[root@puppet ~]# cat /etc/puppet/hiera.yaml
---
:backends:
- yaml
:yaml:
:datadir: /etc/puppet/hieradata/
:hierarchy:
- "nodes/%{::clientcert}"
- "%{::environment}/%{::clientcert}"
- common
:logger:
- console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment