We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7fa0 commit daf5c24Copy full SHA for daf5c24
manifests/repo.pp
@@ -70,8 +70,8 @@
70
priority => '1',
71
}
72
73
- # Zabbix 5.0 frontend on CentOS 7 has different location.
74
- if ($facts['os']['name'] == 'CentOS' and $majorrelease == '7' and $zabbix_version == '5.0') {
+ # Zabbix 5.0 frontend on EL7 has different location.
+ if ($majorrelease == '7' and $zabbix_version == '5.0') {
75
$_frontend_repo_location = $frontend_repo_location ? {
76
undef => "https://repo.zabbix.com/zabbix/${zabbix_version}/rhel/${majorrelease}/\$basearch/frontend",
77
default => $frontend_repo_location,
0 commit comments