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