forked from SUNET/soc-ops
Typo.
This commit is contained in:
parent
b389bf5636
commit
03d9094c00
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_user = lookup('intelmq_api_user.username', undef, undef, 'test')
|
||||||
$api_pass = lookup('intelmq_api_user.password', undef, undef, 'pass')
|
$api_pass = lookup('intelmq_api_user.password', undef, undef, 'pass')
|
||||||
exec { 'Setup intelmq-api user':
|
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_password}',
|
||||||
creates => '/etc/intelmq/api-session.sqlite',
|
creates => '/etc/intelmq/api-session.sqlite',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue