Skip to content

Commit

Permalink
Merge pull request #703 from wazuh/merge-4.6.0-into-master
Browse files Browse the repository at this point in the history
Merge 4.6.0 into master
  • Loading branch information
vcerenu committed Jul 11, 2023
2 parents aece4ea + 5cf6004 commit 83d4016
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file.

- Support to 4.6.0 Wazuh release.

## Wazuh Puppet v4.5.1

### Added

- Support to 4.5.1 Wazuh release.

## Wazuh Puppet v4.5.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion manifests/certificates.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Wazuh repository installation
class wazuh::certificates (
$wazuh_repository = 'packages.wazuh.com',
$wazuh_version = '4.6',
$wazuh_version = '4.7',
) {
file { 'Configure Wazuh Certificates config.yml':
owner => 'root',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"tags": [
"ossec",
"hids",
"4.6",
"4.7",
"wazuh"
],
"pdk-version": "1.14.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/wazuh_yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ======================== Wazuh dashboard configuration file ========================
#
# Please check the documentation for more information about configuration options:
# https://documentation.wazuh.com/4.6/user-manual/wazuh-dashboard/config-file.html
# https://documentation.wazuh.com/4.7/user-manual/wazuh-dashboard/config-file.html
#
# Also, you can check our repository:
# https://github.com/wazuh/wazuh-kibana-app
Expand Down

0 comments on commit 83d4016

Please sign in to comment.