Skip to content

Commit

Permalink
Fix creating yum repo on RockyLinux
Browse files Browse the repository at this point in the history
Fixes wazuh#861
  • Loading branch information
ipoddubny committed May 5, 2024
1 parent e5cdd97 commit c80c4a1
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 @@ -49,7 +49,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 c80c4a1

Please sign in to comment.