From 8d41d45938bb2267078b89ffd8c7eb491d281988 Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Mon, 14 Aug 2023 15:12:08 +0200 Subject: [PATCH] Fix validation error in tests/vagrant.pp --- tests/vagrant.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vagrant.pp b/tests/vagrant.pp index 7ef88d4..dadc3fb 100644 --- a/tests/vagrant.pp +++ b/tests/vagrant.pp @@ -5,7 +5,7 @@ class { 'graylog::allinone': opensearch => { version => '2.9.0', - settings => { + settings => { 'action.auto_create_index' => false, 'plugins.security.ssl.http.enabled' => false, 'plugins.security.disabled' => true,