Skip to content

Instantly share code, notes, and snippets.

@ghoneycutt
Created March 19, 2015 14:24
Show Gist options
  • Save ghoneycutt/5b6034f9bb381c56a950 to your computer and use it in GitHub Desktop.
Save ghoneycutt/5b6034f9bb381c56a950 to your computer and use it in GitHub Desktop.
basic starter hiera.yaml configuration
---
:backends:
- eyaml
- yaml
:hierarchy:
- fqdn/%{fqdn}
- roles/%{role}
- environments/%{environment}
- osfamily/%{osfamily}-%{lsbmajdistrelease}
- osfamily/%{osfamily}
- common
:yaml:
:datadir:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment