Fix syntax in connector class, SC-2670
This commit is contained in:
parent
bcc9ec7833
commit
21eb66952e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue