Skip to content

Commit

Permalink
Fix RockyLinux repo installation
Browse files Browse the repository at this point in the history
Fixes wazuh#861
  • Loading branch information
ipoddubny authored May 1, 2024
1 parent f4252b1 commit 6365227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
# Set up OSSEC repo
case $::os[name] {
/^(CentOS|RedHat|OracleLinux|Fedora|Amazon|AlmaLinux)$/: {
/^(CentOS|RedHat|OracleLinux|Fedora|Amazon|AlmaLinux|Rocky)$/: {
yumrepo { 'wazuh':
descr => 'WAZUH OSSEC Repository - www.wazuh.com',
enabled => true,
Expand Down

0 comments on commit 6365227

Please sign in to comment.