From 5885dbf731d600b5010226630f1655ef08dfa17a Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 29 Nov 2023 08:53:55 +0200 Subject: [PATCH] Fix search options --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index dc47da7..5b09820 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -283,6 +283,10 @@ class mastodon ( 'DB_HOST' => $db_host, 'SECRET_KEY_BASE' => $secret_key_base, 'OTP_SECRET' => $otp_secret, + 'ES_ENABLED' => 'true', + 'ES_HOST' => '127.0.0.1', + 'ES_PORT' => '9200', + 'ES_PRESET' => '', } $real_config = $config + $built_config file { "${mastodon_home}/live/.env.production":