Fix indentation for parameters in proxy class, SC-2522
This commit is contained in:
parent
a85ca8c3ba
commit
17b0441274
1 changed files with 7 additions and 6 deletions
|
@ -4,14 +4,15 @@
|
||||||
# @param service_name Name of the service, for example qa.proxy.eidas.swedenconnect.se
|
# @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 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 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
|
# @param contry Used while creating directories and referenced in compsose file
|
||||||
class eid::proxy (
|
class eid::proxy (
|
||||||
String $version = '',
|
String $version = '',
|
||||||
String $service_name = '',
|
String $service_name = '',
|
||||||
String $server_fqdn = $facts['networking']['fqdn'],
|
String $server_fqdn = $facts['networking']['fqdn'],
|
||||||
String $proxy_directory = '/opt/eidas-proxy',
|
String $proxy_directory = '/opt/eidas-proxy',
|
||||||
String $spring_config_param = 'SPRING_CONFIG_ADDITIONAL_LOCATION',
|
String $spring_config_param = 'SPRING_CONFIG_ADDITIONAL_LOCATION',
|
||||||
String $country = 'se',
|
String $country = 'se',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
$pkcs11_pin = safe_hiera('pkcs11_pin')
|
$pkcs11_pin = safe_hiera('pkcs11_pin')
|
||||||
|
|
Loading…
Add table
Reference in a new issue