Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit d10715f

Browse files
committed
update hiera to version 5
1 parent 763ded6 commit d10715f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

hiera.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
version: 4
3-
datadir: data
2+
version: 5
3+
defaults:
4+
datadir: data
5+
data_hash: yaml_data
46

57
hierarchy:
6-
- name: "common"
7-
backend: yaml
8+
- name: "Common data"
9+
path: "common.yaml"

0 commit comments

Comments
 (0)