Skip to content

Commit

Permalink
use scl on ol7 too
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 3, 2023
1 parent 4291e96 commit 2369729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
],
}
}
'CentOS', 'RedHat': {
'CentOS', 'RedHat', 'OracleLinux': {
$zabbix_web_package = 'zabbix-web'
if ($facts['os']['release']['major'] == '7' and versioncmp($zabbix_version, '5.0') >= 0) {
package { "zabbix-web-${db}-scl":
Expand Down

0 comments on commit 2369729

Please sign in to comment.