Bugfix.
This commit is contained in:
parent
db6d4214e5
commit
09414e033a
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ class soc::intelmq(
|
|||
}
|
||||
|
||||
exec { 'Run IntelMQ setup script':
|
||||
command => '/opt/intelmq/venv/bin/intelmqsetup --state-file /opt/intelmq/.setup_state',
|
||||
creates => '/opt/intelmq/.setup_state',
|
||||
command => '/opt/intelmq/venv/bin/intelmqsetup',
|
||||
creates => '/opt/intelmq/var/lib/state.json',
|
||||
returns => ['0', '1',],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue