Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect version in certificates.pp manifest #1254

Closed
jseg380 opened this issue Feb 18, 2025 · 0 comments · Fixed by #1255
Closed

Incorrect version in certificates.pp manifest #1254

jseg380 opened this issue Feb 18, 2025 · 0 comments · Fixed by #1255
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@jseg380
Copy link
Member

jseg380 commented Feb 18, 2025

Description

While working on wazuh/wazuh#28235 it was noticed that a variable inside the certificates.pp manifest is set to 4.8, even though it's changed when testing. It seems to have been the same since it was set to 4.8. Link to the line in 4.11.0-rc1 tag.

# Copyright (C) 2015, Wazuh Inc.
# Wazuh repository installation
class wazuh::certificates (
  $wazuh_repository = 'packages.wazuh.com',
  $wazuh_version = '4.8',
  $indexer_certs = [],
  $manager_certs = [],
  $manager_master_certs = [],
  $manager_worker_certs = [],
  $dashboard_certs = []
) {
@c-bordon c-bordon added type/bug Bug issue level/task Task issue labels Feb 18, 2025
@wazuhci wazuhci moved this to Backlog in XDR+SIEM/Release 4.11.0 Feb 18, 2025
@wazuhci wazuhci moved this from Backlog to In progress in XDR+SIEM/Release 4.11.0 Feb 18, 2025
@vcerenu vcerenu linked a pull request Feb 18, 2025 that will close this issue
@wazuhci wazuhci moved this from In progress to Done in XDR+SIEM/Release 4.11.0 Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants