diff options
author | Jan Dittberner <jandd@cacert.org> | 2020-06-04 23:21:33 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2020-06-04 23:21:33 +0200 |
commit | b04591f3908329b4b67043291a45ed093cf30a52 (patch) | |
tree | ee6cf5477e5cc0c0b0455f107d0ffdb334f03416 | |
parent | 5f6c6a15f39c2dbe8fb8d5c177143558fc3c0b5e (diff) | |
download | cacert-puppet-b04591f3908329b4b67043291a45ed093cf30a52.tar.gz cacert-puppet-b04591f3908329b4b67043291a45ed093cf30a52.tar.xz cacert-puppet-b04591f3908329b4b67043291a45ed093cf30a52.zip |
Fix missing placeholder in template
-rw-r--r-- | sitemodules/profiles/templates/cacert_selfservice/config.yaml.epp | 2 |
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 %> |