From 365dd30129a992f7c683437229c2ade77e8807d2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 29 Nov 2023 08:54:26 +0200 Subject: [PATCH] Fix user for search --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 5b09820..35e2aa0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -287,6 +287,8 @@ class mastodon ( 'ES_HOST' => '127.0.0.1', 'ES_PORT' => '9200', 'ES_PRESET' => '', + 'ES_USER' => '', + 'ES_PASS' => '', } $real_config = $config + $built_config file { "${mastodon_home}/live/.env.production":