Skip to content

Commit

Permalink
Merge pull request #658 from wazuh/merge-4-3-to-4-4
Browse files Browse the repository at this point in the history
Merge `4.3` into `4.4`
  • Loading branch information
teddytpc1 authored Apr 28, 2023
2 parents 862bc12 + 27ae27f commit 09b4e64
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 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.4.0 Wazuh release.

## Wazuh Puppet v4.3.11

### Added

- Support to 4.3.11 Wazuh release.

## Wazuh Puppet v4.3.10

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
WAZUH-PUPPET_VERSION="v4.4.1"
REVISION="40406"
VERSION=4.4.1
VERSION=4.4.1
2 changes: 0 additions & 2 deletions manifests/dashboard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

$manage_repos = false, # Change to true when manager is not present.
) {

if $manage_repos {
include wazuh::repo

Expand Down Expand Up @@ -127,5 +126,4 @@
hasrestart => true,
name => $dashboard_service,
}

}
4 changes: 2 additions & 2 deletions manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Needed since GitHub can only ETAG and result in changes of the mtime everytime.
# TODO: Include file into the wazuh/wazuh-puppet project or use file { checksum => '..' } for this instead of the exec construct.
exec { 'cleanup /etc/filebeat/wazuh-template.json':
command => '/bin/rm /etc/filebeat/wazuh-template.json',
command => '/bin/rm -f /etc/filebeat/wazuh-template.json',
onlyif => '/bin/test -f /etc/filebeat/wazuh-template.json',
unless => "/bin/curl -s 'https://raw.githubusercontent.com/wazuh/wazuh/${wazuh_extensions_version}/extensions/elasticsearch/7.x/wazuh-template.json' | /bin/cmp -s '/etc/filebeat/wazuh-template.json'",
}
Expand Down Expand Up @@ -114,4 +114,4 @@
name => $filebeat_oss_service,
require => Package['filebeat'],
}
}
}
2 changes: 1 addition & 1 deletion templates/opensearch_dashboards_yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ server.ssl.enabled: true
server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/wazuh
uiSettings.overrides.defaultRoute: /app/wazuh
2 changes: 1 addition & 1 deletion templates/wazuh_api_yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ upload_configuration:
exceptions: []
limits:
eps:
allow: <%= @limits_eps %>
allow: <%= @limits_eps %>
1 change: 0 additions & 1 deletion templates/wazuh_dashboard_yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ server.ssl.key: "<%= @dashboard_path_certs %>/dashboard-key.pem"
server.ssl.certificate: "<%= @dashboard_path_certs %>/dashboard.pem"
opensearch.ssl.certificateAuthorities: ["<%= @dashboard_path_certs %>/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/wazuh

0 comments on commit 09b4e64

Please sign in to comment.