This commit is contained in:
Johan Björklund 2024-11-14 10:58:37 +01:00
parent 3dfe49d174
commit cbd1955596
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -44,7 +44,7 @@ class soc::intelmq(
} }
exec { '/opt/intelmq/venv/bin/intelmqsetup --state-file /opt/intelmq/.setup_state': exec { '/opt/intelmq/venv/bin/intelmqsetup --state-file /opt/intelmq/.setup_state':
creates => '/opt/intelmq/.setup_state' creates => '/opt/intelmq/.setup_state',
returns => ['0', '1',], returns => ['0', '1',],
} }