This commit is contained in:
Johan Björklund 2024-11-18 13:42:43 +01:00
parent db6d4214e5
commit 09414e033a
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -67,8 +67,8 @@ class soc::intelmq(
} }
exec { 'Run IntelMQ setup script': exec { 'Run IntelMQ setup script':
command => '/opt/intelmq/venv/bin/intelmqsetup --state-file /opt/intelmq/.setup_state', command => '/opt/intelmq/venv/bin/intelmqsetup',
creates => '/opt/intelmq/.setup_state', creates => '/opt/intelmq/var/lib/state.json',
returns => ['0', '1',], returns => ['0', '1',],
} }