From 36c80bb5bf84fe08b8bbb4d6111810c363aeefb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Mon, 18 Nov 2024 13:46:41 +0100 Subject: [PATCH] Typo. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 039725b..dfc192e 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -55,7 +55,7 @@ class soc::intelmq( creates => '/opt/intelmq/venv', } - exec 'Always active venv for IntelMQ': + exec { 'Always active venv for IntelMQ': command => 'echo ". venv/bin/activate >> /opt/intelmq/.profile', unless => 'grep -q activate /opt/intelmq/.profile 2> /dev/null', }