Skip to content

Commit

Permalink
Merge branch '4.7.0' into merge-4.7.0-into-master
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Sep 7, 2023
2 parents 02bbae8 + a0796b2 commit a6b7bb9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ All notable changes to this project will be documented in this file.

- Support to 4.6.0 Wazuh release.

## Wazuh Puppet v4.5.3

### Added

- Support to 4.5.3 Wazuh release.

## Wazuh Puppet v4.5.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion manifests/dashboard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

unless $use_keystore {
file { '/usr/share/wazuh-dashboard/config/opensearch_dashboards.keystore':
file { '/etc/wazuh-dashboard/opensearch_dashboards.keystore':
ensure => absent,
require => Package['wazuh-dashboard'],
before => Service['wazuh-dashboard'],
Expand Down
2 changes: 1 addition & 1 deletion manifests/params_agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
}
}
}
/^(wheezy|stretch|buster|bullseye|sid|precise|trusty|vivid|wily|xenial|bionic|focal|groovy|jammy)$/: {
/^(wheezy|stretch|buster|bullseye|bookworm|sid|precise|trusty|vivid|wily|xenial|bionic|focal|groovy|jammy)$/: {
$server_service = 'wazuh-manager'
$server_package = 'wazuh-manager'
$wodle_openscap_content = undef
Expand Down
4 changes: 2 additions & 2 deletions manifests/params_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
'12-server',
'12-desktop',
'15-server',
'15-desktop
'15-desktop'
]
$vulnerability_detector_provider_suse_update_interval = '1h'

Expand Down Expand Up @@ -460,7 +460,7 @@
}
}
}
/^(wheezy|stretch|buster|bullseye|sid|precise|trusty|vivid|wily|xenial|bionic|focal|groovy|jammy)$/: {
/^(wheezy|stretch|buster|bullseye|bookworm|sid|precise|trusty|vivid|wily|xenial|bionic|focal|groovy|jammy)$/: {
$server_service = 'wazuh-manager'
$server_package = 'wazuh-manager'
$wodle_openscap_content = undef
Expand Down
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
server => 'pgp.mit.edu'
}
case $::lsbdistcodename {
/(jessie|wheezy|stretch|buster|bullseye|sid|precise|trusty|vivid|wily|xenial|yakketi|bionic|focal|groovy|jammy)/: {
/(jessie|wheezy|stretch|buster|bullseye|bookworm|sid|precise|trusty|vivid|wily|xenial|yakketi|bionic|focal|groovy|jammy)/: {

apt::source { 'wazuh':
ensure => present,
Expand Down

0 comments on commit a6b7bb9

Please sign in to comment.