Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b4ldr committed Jul 23, 2018
1 parent 30c6050 commit 0407469
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions hiera.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
version: 4
datadir: 'data'
version: 5
defaults:
datadir: 'data'
data_hash: 'yaml_data'
hierarchy:
- name: "release"
path: "os/%{facts.os.family}/%{facts.os.release.major}.yaml"
- name: "family"
backend: yaml
path: "os/%{facts.os.family}.yaml"
- name: "common"
backend: yaml
path: "common.yaml"

0 comments on commit 0407469

Please sign in to comment.