remove opensearch
This commit is contained in:
parent
365dd30129
commit
845dbac210
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue