From fc2b1808436b3d56392f6c31a08b9947d99809af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Wed, 20 Nov 2024 16:24:36 +0100 Subject: [PATCH] Install missing pip modules --- .../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 72cc248..cba4bfa 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 gunicorn certstream' +PY_INTELMQ='intelmq intelmq-api intelmqmail intelmq-manager gunicorn certstream pendulum textx' pip3 install $PY_INTELMQ pip3 install $PY_CERTBUND_CONTACT