diff options
Diffstat (limited to 'sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp')
-rw-r--r-- | sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp b/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp index e168952..34c1d39 100644 --- a/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp +++ b/sitemodules/profiles/templates/cacert_selfservice_api/config.yaml.epp @@ -26,7 +26,7 @@ mail_server: port: <%= $mail_port %> clients: <% $clients.each |$client| { -%> -- id: <%= $client['client_id'] %> +- id: <%= $client['id'] %> key: |- <% $client['key_lines'].each |$line| { %> <%= $line %> <% } -%> |