From 845dbac21037551e9b50752340f0b7c2036349d9 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 29 Nov 2023 09:07:17 +0200 Subject: [PATCH] remove opensearch --- manifests/init.pp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 35e2aa0..d5f050e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -283,12 +283,6 @@ 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' => '', - 'ES_USER' => '', - 'ES_PASS' => '', } $real_config = $config + $built_config file { "${mastodon_home}/live/.env.production": @@ -470,7 +464,7 @@ class mastodon ( require => File["${mastodon_home}/live/.env.production"], } } - include opensearch + # # Maintenance tasks # tootctl maintenance fix-duplicates # tootctl media remove --days 180