Skip to content

Commit

Permalink
Add RHEL 9 & Fedora 39 & 40 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jul 18, 2024
1 parent f7cf613 commit 087b1ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# This option is not relevant for Debian
$sysconfig_disable_zone_checking = undef

$dnssec_enable = undef,
$dnssec_enable = undef
}
'RedHat': {
$dnsdir = '/etc'
Expand Down
7 changes: 4 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand All @@ -47,8 +48,8 @@
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"37",
"38"
"39",
"40"
]
},
{
Expand Down

0 comments on commit 087b1ea

Please sign in to comment.