Skip to content

Commit

Permalink
Commit hiera.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Larizza committed Aug 27, 2014
1 parent 750fb6b commit cf25b87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hiera.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
:backends:
- yaml
:hierarchy:
- "%{clientcert}"
- "%{application_tier}"
- common

:yaml:
# datadir is empty here, so hiera uses its defaults:
# - /var/lib/hiera on *nix
# - %CommonAppData%\PuppetLabs\hiera\var on Windows
# When specifying a datadir, make sure the directory exists.
:datadir: "/etc/puppetlabs/puppet/environments/%{environment}/hieradata"

0 comments on commit cf25b87

Please sign in to comment.