wazuh / wazuh

Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
https://wazuh.com/
Other
9.34k stars 1.48k forks source link

Puppet module not able to find packages #23320

Closed Rolly-M closed 1 week ago

Rolly-M commented 1 week ago
Wazuh version Component Install type Install method Platform
4.8.0 - RC1 Wazuh component Manager/Dasboard/Indexer Puppet Amazon linux 2023

I am working on the E2E UX tests - Deployment with Puppet for Release 4.8.0 - RC 1 and encountering an error. When running the puppet agent to install the wazuh stack, I get the error below.

Error: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y install wazuh-indexer-4.8.0-1' returned 1: Error: Unable to find a match: wazuh-indexer-4.8.0-1
Error: /Stage[indexerdeploy]/Wazuh::Indexer/Package[wazuh-indexer]/ensure: change from 'purged' to '4.8.0-1' failed: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y install wazuh-indexer-4.8.0-1' returned 1: Error: Unable to find a match: wazuh-indexer-4.8.0-1

image

davidcr01 commented 1 week ago

This issue can be closed as not planned. The Puppet module was configured to fetch the production packages from the 4.x repository instead of the pre-release repository. That's why the 4.8.0-RC1 packages could not be fetched.