Fix syntax in connector class, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-26 15:14:11 +01:00
parent bcc9ec7833
commit 21eb66952e
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -42,7 +42,7 @@ class eid::connector (
}
# If we dont use HSM, we need the keys on disk
if (unless $use_hsm) {
unless ( $use_hsm) {
sunet::snippets::secret_file {"${connector_directory}/credentials/metadata.key":
hiera_key => 'eidas_metadata_key',
base64 => true