]> git.pld-linux.org Git - packages/hiera.git/blob - hiera.yaml
up to 1.3.4, package gemspec
[packages/hiera.git] / hiera.yaml
1 ---
2 :backends:
3   - yaml
4 :hierarchy:
5   - defaults
6   - "%{clientcert}"
7   - "%{environment}"
8   - global
9
10 :yaml:
11 # datadir is empty here, so hiera uses its defaults:
12 # - /var/lib/hiera on *nix
13 # - %CommonAppData%\PuppetLabs\hiera\var on Windows
14 # When specifying a datadir, make sure the directory exists.
15   :datadir:
This page took 0.074529 seconds and 3 git commands to generate.