File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 33class wazuh::dashboard (
44 $dashboard_package = ' wazuh-dashboard' ,
55 $dashboard_service = ' wazuh-dashboard' ,
6- $dashboard_version = ' 4.3.10' ,
6+ $dashboard_version = ' 4.3.10-1 ' ,
77 $indexer_server_ip = ' localhost' ,
88 $indexer_server_port = ' 9200' ,
99 $dashboard_path_certs = ' /etc/wazuh-dashboard/certs' ,
5353 }
5454 }
5555
56- # assign version according to the package manager
57- case $facts [' os' ][' family' ] {
58- ' Debian' : {
59- $dashboard_version_install = " ${dashboard_version} -*"
60- }
61- ' Linux' , ' RedHat' , default: {
62- $dashboard_version_install = $dashboard_version
63- }
64- }
65-
6656 # install package
6757 package { 'wazuh-dashboard' :
68- ensure => $dashboard_version_install ,
58+ ensure => $dashboard_version ,
6959 name => $dashboard_package ,
7060 }
7161
You can’t perform that action at this time.
0 commit comments