fix
This commit is contained in:
parent
01489fde4b
commit
2203c5c162
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue