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 94d9c6f commit 1b36118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ defaults:
data_hash: yaml_data
hierarchy:
- name: "fips_enabled OS + Release"
path: "fips_enabled/is_%{facts.fips_enabled}/os/%{facts.operatingsystem}-%{facts.operatingsystemmajrelease}.yaml"
path: "fips_enabled/is_%{facts.fips_enabled}/os/%{facts.os}-%{facts.os.major}.yaml"
- name: "fips_enabled"
path: "fips_enabled/is_%{facts.fips_enabled}.yaml"
- name: "OS + Release"
path: "os/%{facts.operatingsystem}-%{facts.operatingsystemmajrelease}.yaml"
path: "os/%{facts.os}-%{facts.os.major}.yaml"
- name: "OS"
path: "os/%{facts.operatingsystem}.yaml"
path: "os/%{facts.os}.yaml"
- name: "Kernel"
path: "os/%{facts.kernel}.yaml"
- name: "Common"
Expand Down

0 comments on commit 1b36118

Please sign in to comment.