From 582796c669bc4f731723d2644e2679da35efd1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 14:44:26 +0100 Subject: [PATCH] Add installation of gunicorn & certstream --- .../etc/puppet/modules/soc/files/intelmq/install-intelmq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/files/intelmq/install-intelmq.sh b/global/overlay/etc/puppet/modules/soc/files/intelmq/install-intelmq.sh index fa8cb93..0f1d7f4 100644 --- a/global/overlay/etc/puppet/modules/soc/files/intelmq/install-intelmq.sh +++ b/global/overlay/etc/puppet/modules/soc/files/intelmq/install-intelmq.sh @@ -15,7 +15,7 @@ else source /opt/intelmq/venv/bin/activate fi -PY_INTELMQ='intelmq intelmq-api intelmqmail intelmq-manager' +PY_INTELMQ='intelmq intelmq-api intelmqmail intelmq-manager gunicorn certstream' PY_CERTBUND_CONTACT='intelmq-certbund-contact intelmq-fody-backend'