]> git.pld-linux.org Git - packages/hiera.git/blobdiff - hiera.yaml
up to 1.3.4, package gemspec
[packages/hiera.git] / hiera.yaml
index 4f7e782fcbad3b4bb5b35ad111594b6176443190..b0ea22a822203bee13881cfbe6859f957c7e1a69 100644 (file)
@@ -1,13 +1,15 @@
 ---
-:backend:
+:backends:
   - yaml
 :hierarchy:
   - defaults
-  - %{certname}
-  - %{environment}
+  - "%{clientcert}"
+  - "%{environment}"
   - global
 
 :yaml:
-# datadir is empty here, so hiera uses its defaults, /var/lib/hiera
-# When specifying a datadir, make sure the path of the datadir exists
+# 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:
This page took 0.071544 seconds and 4 git commands to generate.