Skip to content

Commit

Permalink
Add RockyLinux 8 support (#134)
Browse files Browse the repository at this point in the history
This patch adds support for RockyLinux 8

The patch enforces a standardized asset baseline using simp/puppetsync,
and may also apply other updates to ensure conformity.
  • Loading branch information
op-ct authored Jun 12, 2023
1 parent faf7658 commit 69af365
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Jun 12 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.12.0
- Add RockyLinux 8 support

* Tue May 30 2023 Mike Riddle <mike@sicura.us> - 6.11.3
- Added support for use of this module with authselect enabled

Expand Down
10 changes: 8 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-pam",
"version": "6.11.3",
"version": "6.12.0",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing pam",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.6.0 < 8.0.0"
"version_requirement": ">= 8.0.0 < 9.0.0"
},
{
"name": "simp/oddjob",
Expand Down Expand Up @@ -64,6 +64,12 @@
"7",
"8"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down

0 comments on commit 69af365

Please sign in to comment.