Added missing var
This commit is contained in:
parent
a7ee2e862a
commit
3ed2d67127
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ class soc::vuln-dashboard(
|
|||
String $tag = 'latest',
|
||||
String $db_datadir = '/opt/vuln-dashboard/dbdata',
|
||||
String $pocs_storage_dir = '/opt/vuln-dashboard/pocsdata',
|
||||
String $sso_service_name = 'dashboard-local',
|
||||
) {
|
||||
|
||||
$db_name=lookup('vuln-dashboard.dn_name', undef, undef, 'sunet')
|
||||
|
|
Loading…
Add table
Reference in a new issue