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

View file

@ -45,7 +45,7 @@ class soc::intelmq(
exec { '/opt/intelmq/venv/bin/intelmqsetup --state-file /opt/intelmq/.setup_state':
creates => '/opt/intelmq/.setup_state'
returns => [0, 1],
returns => ['0', '1', ],
}
file { '/etc/sudoers.d/01_intelmq-api':