forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
3dfe49d174
commit
cbd1955596
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ 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