git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/hiera.yaml
blob: 1ce933040d9221387fa5bacf9fd1841391d4dcb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
:backends:
  - yaml
:hierarchy:
  - "%{clientcert}"
  - "%{application_tier}"
  - defaults

: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"