9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-14 10:56:12 +01:00
parent 1f58f57520
commit 53783b9570
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -44,7 +44,8 @@ class soc::intelmq(
}
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],
}
file { '/etc/sudoers.d/01_intelmq-api':