Merge "Use structured facts in hiera.yaml"

This commit is contained in:
Zuul
2023-05-09 03:55:13 +00:00
committed by Gerrit Code Review

View File

@@ -147,9 +147,9 @@ defaults:
data_hash: yaml_data
hierarchy:
- name: "OS specific"
path: "%{::operatingsystem}.yaml"
path: "%{facts.os.name}.yaml"
- name: "OS family specific"
path: "%{::osfamily}.yaml"
path: "%{facts.os.family}.yaml"
- name: "Common"
path: "common.yaml"
EOF