diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce3703c..308754f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Fixed +- Fix certificates.pp ([#1255](https://github.com/wazuh/wazuh-puppet/pull/1255)) - Modify the version used into the Wazuh indexer and Wazuh manager deployment ([#1229](https://github.com/wazuh/wazuh-puppet/pull/1229)) ### Deleted diff --git a/manifests/certificates.pp b/manifests/certificates.pp index 4fb8866d..1dc2a9eb 100644 --- a/manifests/certificates.pp +++ b/manifests/certificates.pp @@ -2,7 +2,7 @@ # Wazuh repository installation class wazuh::certificates ( $wazuh_repository = 'packages.wazuh.com', - $wazuh_version = '4.8', + $wazuh_version = '4.11', $indexer_certs = [], $manager_certs = [], $manager_master_certs = [],