Skip to content

Instantly share code, notes, and snippets.

@bencer
Created February 9, 2016 17:29
Show Gist options
  • Save bencer/30088837ac87eff15a10 to your computer and use it in GitHub Desktop.
Save bencer/30088837ac87eff15a10 to your computer and use it in GitHub Desktop.
Hiera global configuration
---
:backends:
- yaml
:hierarchy:
- "nodes/%{::fqdn}"
- "roles/%{::role}"
- common
:yaml:
:datadir: /etc/puppet/hiera/
:logging:
- console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment