This commit is contained in:
2026-02-20 01:09:47 +04:00
commit 0ebab45fc7
6 changed files with 61 additions and 0 deletions

12
hiera.yaml Normal file
View 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"