summaryrefslogtreecommitdiff
path: root/hiera.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hiera.yaml')
-rw-r--r--hiera.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/hiera.yaml b/hiera.yaml
deleted file mode 100644
index 1bce073..0000000
--- a/hiera.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-version: 5
-# For any hirearchy level which omits these keys
-defaults:
- datadir: data
- data_hash: yaml_data
-
-hierarchy:
- - name: Per-node data
- path: nodes/%{trusted.certname}.yaml
- - name: Per-OS defaults
- path: os/%{facts.os.family}.yaml
- - name: Secrets
- path: data.yaml
- datadir: /puppet
- - name: Common data
- path: common.yaml