Create hiera.yaml

This commit is contained in:
Abir Majumdar 2018-04-04 11:09:57 -07:00 committed by GitHub
parent 41eda2b7fb
commit 058491d65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
hiera.yaml Normal file
View File

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