From a6f434c12a1d3407aaf01cdda9aaa01d90d4c1a3 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 18 Jul 2018 00:17:01 +0200 Subject: [PATCH] try again --- global/overlay/etc/puppet/cosmos-rules.yaml | 2 +- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index a92b3c09..4d5f25ee 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -537,7 +537,7 @@ md-eu1.qa.komreg.net: autoupdate: servicemonitor: eidas_proxy: - version: 1.0.17 + version: 1.1.0 hostname: qa.proxy.eidas.swedenconnect.se sunet::frontend::register_sites: sites: diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index cc327785..5a744012 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -282,6 +282,7 @@ class eidas_connector($version="1.0.6",$hostname='localhost') { '/etc/eidas-connector:/etc/eidas-connector', '/dev/log:/dev/log', '/etc/luna/cert:/usr/safenet/lunaclient/cert', + '/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d', '/etc/ssl:/etc/ssl'], env => ["IDP_SERVER_HOSTNAME=$_hostname", "TOMCAT_HOSTNAME=$_hostname", @@ -320,6 +321,7 @@ class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost') { '/etc/eidas-proxy:/etc/eidas-proxy', '/dev/log:/dev/log', '/etc/luna/cert:/usr/safenet/lunaclient/cert', + '/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d', '/etc/ssl:/etc/ssl'], env => ["PROXY_SERVICE_DOMAIN_PREFIX=https://$_hostname/eidas-ps", "SPRING_PROFILES_ACTIVE=se",