Skip to content

Instantly share code, notes, and snippets.

@samjsharpe
Created December 26, 2013 22:54
Show Gist options
  • Save samjsharpe/8139796 to your computer and use it in GitHub Desktop.
Save samjsharpe/8139796 to your computer and use it in GitHub Desktop.
---
foo: "%{hiera('bar')}"
bar: "%{hiera('baz')}"
baz: "blah"
---
:hierarchy:
- 'common'
:backends:
- yaml
:yaml:
:datadir: '.'
[/Users/sam]$ hiera -c hiera.yml foo
blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment