This commit is contained in:
Johan Björklund 2024-11-18 13:47:40 +01:00
parent 36c80bb5bf
commit d7254a7787
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -56,7 +56,7 @@ class soc::intelmq(
}
exec { 'Always active venv for IntelMQ':
command => 'echo ". venv/bin/activate >> /opt/intelmq/.profile',
command => 'echo ". venv/bin/activate" >> /opt/intelmq/.profile',
unless => 'grep -q activate /opt/intelmq/.profile 2> /dev/null',
}