wazuh / wazuh-puppet

Wazuh - Puppet module
https://wazuh.com
GNU General Public License v2.0
46 stars 135 forks source link

Improve package revision set up for Wazuh manager and Wazuh indexer packages #1105

Closed c-bordon closed 2 months ago

c-bordon commented 2 months ago

Description

It has been detected that the installation methods for Wazuh manager and Wazuh indexer have hardcoded the package revision to -1. The same change that Wazuh Dashboard has should be applied so that it always takes the latest available revision:

https://github.com/wazuh/wazuh-puppet/blob/7b5d205412455a8927cf2f717d54d8a367a03270/manifests/dashboard.pp#L36-L50

Related