Skip to content

Commit

Permalink
updated hiera.yml facts to work with puppet 8 (#85)
Browse files Browse the repository at this point in the history
* updated hiera.yml facts to work with puppet 8

* Bumped .z ver

Fixes #83

---------

Co-authored-by: Rick Gardner <Rick@sicura.us>
  • Loading branch information
rgardner4012 and Rick Gardner authored Jan 17, 2024
1 parent dcfaeca commit 1f7f644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Jan 17 2024 Richard Gardner <rick@sicura.us> - 6.8.1
- Updated hiera.yaml facts to support puppet 8

* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 6.8.0
- [puppetsync] Add EL9 support

Expand Down
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
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-openscap",
"version": "6.8.0",
"version": "6.8.1",
"author": "SIMP Team",
"summary": "Safely manages openscap",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1f7f644

Please sign in to comment.