Skip to content

Commit

Permalink
install Zabbix 6.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 4, 2023
1 parent f22bc00 commit c8f7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
if downcase($facts['kernel']) == 'windows' {
$zabbix_version = '4.4.5'
} else {
$zabbix_version = '5.0'
$zabbix_version = '6.0'
}

$manage_startup_script = downcase($facts['kernel']) ? {
Expand Down

0 comments on commit c8f7c7f

Please sign in to comment.