This commit is contained in:
Leif Johansson 2018-12-11 14:03:54 +01:00
parent 01489fde4b
commit 2203c5c162

View file

@ -434,7 +434,7 @@ class eidas_connector($version="1.0.6",$hostname='localhost') {
ensure_resource('class','https_server',{})
}
class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost', $spring_cfg_param='SPRING_CONFIG_LOCATION') {
class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost', $spring_config_param='SPRING_CONFIG_LOCATION') {
$_version = safe_hiera('eidas_proxy_version',$version)
$_hostname = safe_hiera('eidas_proxy_hostname',$hostname);
$_country = safe_hiera('eidas_proxy_country',$country);