We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad5100 commit f73033fCopy full SHA for f73033f
hiera.yaml
@@ -5,9 +5,9 @@ defaults:
5
data_hash: yaml_data
6
hierarchy:
7
- name: "OS + Release"
8
- path: "os/%{facts.operatingsystem}-%{facts.operatingsystemmajrelease}.yaml"
+ path: "os/%{facts.os.name}-%{facts.os.release.major}.yaml"
9
- name: "OS"
10
- path: "os/%{facts.operatingsystem}.yaml"
+ path: "os/%{facts.os.name}.yaml"
11
- name: "Kernel"
12
path: "os/%{facts.kernel}.yaml"
13
- name: "Common"
0 commit comments