Fix indentation for parameters in proxy class, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-02-05 16:04:01 +01:00
parent a85ca8c3ba
commit 17b0441274
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -4,14 +4,15 @@
# @param service_name Name of the service, for example qa.proxy.eidas.swedenconnect.se
# @param server_fqdn The FQDN of the server. (referenced in compose file)
# @param proxy_directory The directory where all proxy related config and files are stored. (referenced in compose file)
# @param spring_config_param Used as parameter name in compose file
# @param contry Used while creating directories and referenced in compsose file
class eid::proxy (
String $version = '',
String $service_name = '',
String $server_fqdn = $facts['networking']['fqdn'],
String $proxy_directory = '/opt/eidas-proxy',
String $spring_config_param = 'SPRING_CONFIG_ADDITIONAL_LOCATION',
String $country = 'se',
String $version = '',
String $service_name = '',
String $server_fqdn = $facts['networking']['fqdn'],
String $proxy_directory = '/opt/eidas-proxy',
String $spring_config_param = 'SPRING_CONFIG_ADDITIONAL_LOCATION',
String $country = 'se',
) {
$pkcs11_pin = safe_hiera('pkcs11_pin')