Bugfix.
This commit is contained in:
parent
1f58f57520
commit
53783b9570
1 changed files with 2 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue