Skip to content

Commit

Permalink
add support for RHEL9
Browse files Browse the repository at this point in the history
  • Loading branch information
clsgithubusr committed Jul 14, 2023
1 parent 2b294ed commit 27bf949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
default: {
case $facts['os']['release']['major'] {
'7', '8': {
'7', '8', '9': {
$gmond_service_config = '/etc/ganglia/gmond.conf'
$gmetad_user = 'ganglia'
$gmond_service_erb = 'ganglia/gmond.conf.el6.erb'
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand Down

0 comments on commit 27bf949

Please sign in to comment.