removed a parameter from manifest that may not be compatible with current puppet version

This commit is contained in:
Maria Haider 2021-04-15 09:16:09 +02:00
parent 6f802df244
commit e6fae73c4c
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -545,7 +545,7 @@ class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost', $spring_
$_hostname = safe_hiera('eidas_proxy_hostname',$hostname);
$_country = safe_hiera('eidas_proxy_country',$country);
$_pkcs11pin = safe_hiera('pkcs11_pin');
$proxy_service_cookie_encrypt_pw = safe_hiera('proxy_service_cookie_encrypt_pw',NOT_SET);
$proxy_service_cookie_encrypt_pw = safe_hiera('proxy_service_cookie_encrypt_pw');
file {['/etc/eidas-proxy/',"/etc/eidas-proxy/$_country"]: ensure => directory } ->
sunet::snippets::secret_file {"/etc/eidas-proxy/$_country/metadata.p12":
hiera_key => 'eidas_metadata_key',