Bugfix.
This commit is contained in:
parent
32e5448266
commit
4ce1ec3c36
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class soc::intelmq(
|
|||
$api_user = lookup('intelmq_api_user.username', undef, undef, 'test')
|
||||
$api_pass = lookup('intelmq_api_user.password', undef, undef, 'pass')
|
||||
exec { 'Setup intelmq-api user':
|
||||
command => "sudo -u intelmq /opt/intelmq/venv/bin/intelmq-api-adduser --user ${api_user} --password ${api_password}",
|
||||
command => "sudo -u intelmq /opt/intelmq/venv/bin/intelmq-api-adduser --user ${api_user} --password ${api_pass}",
|
||||
creates => '/etc/intelmq/api-session.sqlite',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue