Fix syntax, SC-2670
This commit is contained in:
parent
46e64cc83c
commit
e4c9623368
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class eid::connector (
|
|||
content => template("eid/connector/application-${environment}.yml.erb")
|
||||
}
|
||||
|
||||
if ($environment == QA) {
|
||||
if ($environment == 'qa') {
|
||||
sunet::snippets::secret_file {"${connector_directory}/credentials/metadata.key":
|
||||
hiera_key => 'eidas_metadata_key',
|
||||
base64 => true
|
||||
|
|
Loading…
Add table
Reference in a new issue