Skip to content

Commit

Permalink
Merge pull request #778 from wazuh/merge-4.7.0-into-4.7.1
Browse files Browse the repository at this point in the history
Merge 4.7.0 into 4.7.1
  • Loading branch information
teddytpc1 authored Sep 22, 2023
2 parents 455743a + 0bb40cd commit 5fa22fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$filebeat_oss_elastic_password = 'admin',
$filebeat_oss_version = '7.10.2',
$wazuh_app_version = '4.7.1_7.10.2',
$wazuh_extensions_version = '4.7',
$wazuh_extensions_version = 'v4.7.1',
$wazuh_filebeat_module = 'wazuh-filebeat-0.2.tar.gz',

$filebeat_fileuser = 'root',
Expand Down
3 changes: 2 additions & 1 deletion manifests/params_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
$vulnerability_detector_provider_alas = 'yes'
$vulnerability_detector_provider_alas_enabled = 'no'
$vulnerability_detector_provider_alas_os = ['amazon-linux',
'amazon-linux-2'
'amazon-linux-2',
'amazon-linux-2023'
]
$vulnerability_detector_provider_alas_update_interval = '1h'

Expand Down

0 comments on commit 5fa22fa

Please sign in to comment.