From 56522af36b2759020cb722db0559bffe7282293f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 22 Nov 2023 16:35:01 -1000 Subject: [PATCH] Remove legacy top-scope syntax --- CHANGELOG.md | 2 +- HISTORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4b1d951..3f502df7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -499,7 +499,7 @@ This release also adds the ability to define logging rolling file settings and a * Recursively create the logdir for elasticsearch when creating multiple instances * Files and directories with root ownership now specify UID/GID 0 instead to improve compatability with *BSDs. * Elasticsearch Debian init file changed to avoid throwing errors when DATA_DIR, WORK_DIR and/or LOG_DIR were an empty variable. -* Fixed a broken File dependency when a plugin was set to absent and ::elasticsearch set to present. +* Fixed a broken File dependency when a plugin was set to absent and elasticsearch set to present. * Fixed issue when using the `proxy` parameter on plugins in Elasticsearch 2.x. #### Changes diff --git a/HISTORY.md b/HISTORY.md index d2f42ec57..117b0e0db 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -397,7 +397,7 @@ This release also adds the ability to define logging rolling file settings and a * Recursively create the logdir for elasticsearch when creating multiple instances * Files and directories with root ownership now specify UID/GID 0 instead to improve compatability with *BSDs. * Elasticsearch Debian init file changed to avoid throwing errors when DATA_DIR, WORK_DIR and/or LOG_DIR were an empty variable. -* Fixed a broken File dependency when a plugin was set to absent and ::elasticsearch set to present. +* Fixed a broken File dependency when a plugin was set to absent and elasticsearch set to present. * Fixed issue when using the `proxy` parameter on plugins in Elasticsearch 2.x. #### Changes