summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sitemodules/profiles/templates/cacert_selfservice/config.yaml.epp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/templates/cacert_selfservice/config.yaml.epp b/sitemodules/profiles/templates/cacert_selfservice/config.yaml.epp
index 15d042b..c669d9a 100644
--- a/sitemodules/profiles/templates/cacert_selfservice/config.yaml.epp
+++ b/sitemodules/profiles/templates/cacert_selfservice/config.yaml.epp
@@ -34,4 +34,4 @@ access_log: <%= $log_directory %>/access.log
jwt_private_key: |
<% $jwt_private_key_lines.each |$key_line| { %> <%= $key_line %>
<% } -%>
-jwt_validity_hours: $jwt_validity_hours
+jwt_validity_hours: <%= $jwt_validity_hours %>