From 2203c5c162c662b2daf1dd583a56f6615b8d67f9 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 11 Dec 2018 14:03:54 +0100 Subject: [PATCH] fix --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);