add
This commit is contained in:
12
hiera.yaml
Normal file
12
hiera.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# hiera.yaml
|
||||
---
|
||||
version: 5
|
||||
defaults:
|
||||
datadir: hieradata
|
||||
data_hash: yaml_data
|
||||
|
||||
hierarchy:
|
||||
- name: "Per-node data"
|
||||
path: "nodes/%{trusted.certname}.yaml"
|
||||
- name: "Common data"
|
||||
path: "common.yaml"
|
||||
Reference in New Issue
Block a user