Skip to content

Commit 4aa1446

Browse files
authored
Merge pull request #53 from reidmv/hiera5
Enable Hiera 5
2 parents 53d4c56 + 7264b63 commit 4aa1446

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
File renamed without changes.
File renamed without changes.

hiera.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
version: 5
3+
4+
defaults:
5+
datadir: "data"
6+
7+
hierarchy:
8+
- name: 'Yaml backend'
9+
data_hash: yaml_data
10+
paths:
11+
- "nodes/%{trusted.certname}.yaml"
12+
- 'common.yaml'

0 commit comments

Comments
 (0)