This commit is contained in:
Johan Björklund 2024-12-06 13:18:18 +01:00
parent 18d4561e99
commit f211629ed6
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
satosa_certbot: false
proxy: 'https://test-sso-proxy1.cert.sunet.se/idp'
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
soc::vuln-dashboard:
soc::vuln_dashboard:
test-sso-proxy1.cert.sunet.se:
sunet::dockerhost2:

View file

@ -1,4 +1,4 @@
class soc::vuln-dashboard(
class soc::vuln_dashboard(
String $hostname = $facts['networking']['fqdn'],
String $tag = 'latest',
String $db_datadir = '/opt/vuln-dashboard/dbdata',