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 3
3
class wazuh::dashboard (
4
4
$dashboard_package = ' wazuh-dashboard' ,
5
5
$dashboard_service = ' wazuh-dashboard' ,
6
- $dashboard_version = ' 4.3.10' ,
6
+ $dashboard_version = ' 4.3.10-1 ' ,
7
7
$indexer_server_ip = ' localhost' ,
8
8
$indexer_server_port = ' 9200' ,
9
9
$dashboard_path_certs = ' /etc/wazuh-dashboard/certs' ,
42
42
}
43
43
}
44
44
45
- # assign version according to the package manager
46
- case $facts [' os' ][' family' ] {
47
- ' Debian' : {
48
- $dashboard_version_install = " ${dashboard_version} -*"
49
- }
50
- ' Linux' , ' RedHat' , default: {
51
- $dashboard_version_install = $dashboard_version
52
- }
53
- }
54
-
55
45
# install package
56
46
package { 'wazuh-dashboard' :
57
- ensure => $dashboard_version_install ,
47
+ ensure => $dashboard_version ,
58
48
name => $dashboard_package ,
59
49
}
60
50
You can’t perform that action at this time.
0 commit comments