forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
36c80bb5bf
commit
d7254a7787
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue