removed a parameter from manifest that may not be compatible with current puppet version
This commit is contained in:
parent
6f802df244
commit
e6fae73c4c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue