mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
11 lines
362 B
YAML
11 lines
362 B
YAML
---
|
|
version: 5
|
|
defaults: # Used for any hierarchy level that omits these keys.
|
|
datadir : hieradata # This path is relative to hiera.yaml's directory.
|
|
data_hash : yaml_data # Use the built-in YAML backend.
|
|
|
|
hierarchy:
|
|
- name: "Per-node data"
|
|
path: "nodes/%{trusted.certname}.yaml"
|
|
- name: "Common data"
|
|
path: "common.yaml"
|