Skip to content

Commit

Permalink
Rocky Linux Agent Support for params_manager.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmpage committed Jul 31, 2023
1 parent 7e0b592 commit 7af9413
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/params_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,12 @@
$api_service_provider = 'redhat'
}
}
'Rocky': {
if ( $::operatingsystemrelease =~ /^8.*/ ) {
$ossec_service_provider = 'redhat'
$api_service_provider = 'redhat'
}
}
default: { fail('This ossec module has not been tested on your distribution') }
}
}
Expand Down

0 comments on commit 7af9413

Please sign in to comment.