Skip to content

Commit

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

* Bumped .z ver

Fixes #142

---------

Co-authored-by: Rick Gardner <Rick@sicura.us>
  • Loading branch information
rgardner4012 and Rick Gardner committed Jan 17, 2024
1 parent d6dd52d commit f1de0b8
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.15.1
- Updated hiera.yaml facts to support puppet 8

* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 6.15.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: "OSFamily + Release"
path: "os/%{facts.osfamily}-%{facts.operatingsystemmajrelease}.yaml"
path: "os/%{facts.os.family}-%{facts.os.release.major}.yaml"
- name: "OSFamily"
path: "os/%{facts.osfamily}.yaml"
path: "os/%{facts.os.family}.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-pam",
"version": "6.15.0",
"version": "6.15.1",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing pam",
"license": "Apache-2.0",
Expand Down

0 comments on commit f1de0b8

Please sign in to comment.