Skip to content

Commit

Permalink
Merge pull request #80 from voxpupuli/el9
Browse files Browse the repository at this point in the history
Add EL9 support
  • Loading branch information
bastelfreak authored Oct 26, 2023
2 parents 8ef116d + 127149d commit fba1324
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class nscd::install (
$pkg_ensure = $nscd::pkg_ensure
) {
ensure_packages('nscd', { ensure => $pkg_ensure, })
stdlib::ensure_packages('nscd', { ensure => $pkg_ensure, })
}
17 changes: 11 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.13.1 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
}
],
"requirements": [
Expand Down Expand Up @@ -49,33 +49,38 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand Down

0 comments on commit fba1324

Please sign in to comment.