9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-18 13:46:41 +01:00
parent cb88daafaa
commit 36c80bb5bf
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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',
}