add opensearch
This commit is contained in:
parent
4d25eafc11
commit
3a149b56c2
2 changed files with 6 additions and 1 deletions
|
@ -464,6 +464,7 @@ class mastodon (
|
||||||
require => File["${mastodon_home}/live/.env.production"],
|
require => File["${mastodon_home}/live/.env.production"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
include opensearch
|
||||||
# Maintenance tasks
|
# Maintenance tasks
|
||||||
# tootctl maintenance fix-duplicates
|
# tootctl maintenance fix-duplicates
|
||||||
# tootctl media remove --days 180
|
# tootctl media remove --days 180
|
||||||
|
|
|
@ -28,7 +28,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppet-systemd",
|
"name": "puppet-systemd",
|
||||||
"version_requirement": "4.0.1'"
|
"version_requirement": "4.0.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "opensearch",
|
||||||
|
"version_requirement": "1.1.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
|
|
Loading…
Reference in a new issue