blob: 80d14c9824e2cc6c0350f82377ece6a795d13181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
:backends:
- yaml
:hierarchy:
- "nodes/%{clientcert}"
- 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"
|