forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
53783b9570
commit
3dfe49d174
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,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', ],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/sudoers.d/01_intelmq-api':
|
file { '/etc/sudoers.d/01_intelmq-api':
|
||||||
|
|
Loading…
Add table
Reference in a new issue