Make linter happy
This commit is contained in:
parent
43e7717e58
commit
22282d2c28
1 changed files with 42 additions and 41 deletions
|
@ -1,3 +1,5 @@
|
|||
# Documentation to come, most params should be self-explainatory
|
||||
#
|
||||
class soc::vuln_dashboard(
|
||||
String $allowed_origins = $facts['networking']['fqdn'],
|
||||
String $allowed_hosts = $facts['networking']['fqdn'],
|
||||
|
@ -35,7 +37,6 @@ file {
|
|||
mode => '0644',
|
||||
content => template('soc/vuln-dashboard/app-config.yaml.erb'),
|
||||
;
|
||||
|
||||
}
|
||||
|
||||
sunet::docker_compose { 'vuln-dashboard':
|
||||
|
|
Loading…
Add table
Reference in a new issue