Files
puppet-control-repo/hiera.yaml

13 lines
211 B
YAML
Raw Normal View History

2026-02-20 01:09:47 +04:00
# 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"