diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index ec13d56d..e98165d7 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -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);