Skip to content

Commit

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

* Bumped .z ver

Fixes #105

---------

Co-authored-by: Rick Gardner <[email protected]>
  • Loading branch information
rgardner4012 and Rick Gardner authored Jan 17, 2024
1 parent 62a3bd1 commit 0660e9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 <[email protected]> - 6.9.1
- Updated hiera.yaml facts to support puppet 8

* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 6.9.0
- [puppetsync] Add EL9 support

Expand Down
6 changes: 3 additions & 3 deletions hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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: "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-rsync",
"version": "6.9.0",
"version": "6.9.1",
"author": "SIMP Team",
"summary": "manage an rsync server, secured by stunnel",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0660e9c

Please sign in to comment.