From 4a9723dc17759134d5abeb552d701ed16ff6bef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Fri, 22 Sep 2023 14:57:20 -0300 Subject: [PATCH 1/5] Revision Bump --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c3e0a923..5746f202 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ WAZUH-PUPPET_VERSION="v4.6.0" -REVISION="40600" +REVISION="40601" VERSION=4.6.0 From f58599b926bec52df7bd0b0b4c7a3b0bcc074fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Thu, 28 Sep 2023 12:17:04 +0200 Subject: [PATCH 2/5] Bump revision to 40507 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 35360dcc..8b7f1ba2 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ WAZUH-PUPPET_VERSION="v4.5.3" -REVISION="40505" +REVISION="40507" VERSION=4.5.3 From c1f71e09dfa0def0f311ae61a26f28bdb1cf8946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Thu, 5 Oct 2023 11:08:30 +0200 Subject: [PATCH 3/5] Fixed Wazuh indexer deployment error in Ubuntu 18 --- manifests/indexer.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/indexer.pp b/manifests/indexer.pp index 5c04d187..273246e4 100644 --- a/manifests/indexer.pp +++ b/manifests/indexer.pp @@ -145,7 +145,7 @@ } exec { 'Initialize the Opensearch security index in Wazuh indexer': - path => ['/usr/bin', '/bin', '/usr/sbin'], + path => ['/usr/bin', '/bin', '/usr/sbin', '/sbin'], command => "/usr/share/wazuh-indexer/bin/indexer-security-init.sh && touch ${indexer_security_init_lockfile}", creates => $indexer_security_init_lockfile, require => Service['wazuh-indexer'], From 01d2316f90959318ae2e8e31625628bb3a03f476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Thu, 5 Oct 2023 11:47:12 -0300 Subject: [PATCH 4/5] Bump 4.5.3 revision --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8b7f1ba2..b0fb98e2 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ WAZUH-PUPPET_VERSION="v4.5.3" -REVISION="40507" +REVISION="40508" VERSION=4.5.3 From 2a5f051bd1c4611cef674cd17a6983eb3c82443f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Fri, 6 Oct 2023 14:28:15 +0200 Subject: [PATCH 5/5] Bump revision to 40602 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5746f202..f882f5be 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ WAZUH-PUPPET_VERSION="v4.6.0" -REVISION="40601" +REVISION="40602" VERSION=4.6.0