Skip to content

Instantly share code, notes, and snippets.

@quidome
Created April 20, 2015 08:07
Show Gist options
  • Save quidome/cd7d1783817dce1e066f to your computer and use it in GitHub Desktop.
Save quidome/cd7d1783817dce1e066f to your computer and use it in GitHub Desktop.
puppet master hiera config
---
:backends:
- yaml
:yaml:
:datadir: "/etc/puppet/environments/%{::environment}/hiera"
:hierarchy:
- "os/%{operatingsystem}"
- common
:merge_behaviour:
- deeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment