Merge pull request #53 from reidmv/hiera5

Enable Hiera 5
This commit is contained in:
Nate McCurdy 2017-11-16 15:58:30 -08:00 committed by GitHub
commit 4aa1446323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

12
hiera.yaml Normal file
View File

@ -0,0 +1,12 @@
---
version: 5
defaults:
datadir: "data"
hierarchy:
- name: 'Yaml backend'
data_hash: yaml_data
paths:
- "nodes/%{trusted.certname}.yaml"
- 'common.yaml'