Skip to content

Commit

Permalink
updated hiera.yml facts to work with puppet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Gardner authored and Rick Gardner committed Jan 16, 2024
1 parent a12d987 commit 92a461a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ defaults:
data_hash: yaml_data
hierarchy:
- name: "OS + Release"
path: "os/%{facts.operatingsystem}-%{facts.operatingsystemmajrelease}.yaml"
path: "os/%{facts.os.name}-%{facts.os.release.major}.yaml"
- name: "OS"
path: "os/%{facts.operatingsystem}.yaml"
path: "os/%{facts.os.name}.yaml"
- name: "Kernel"
path: "os/%{facts.kernel}.yaml"
- name: "Common"
Expand Down

0 comments on commit 92a461a

Please sign in to comment.