Skip to content

Commit f3214da

Browse files
committed
remove quotes for int
1 parent c2e7f08 commit f3214da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/engineblock/templates/parameters.yml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ parameters:
148148
addgueststatus_guestqualifier: '{{ guest_qualifier | default('') }}'
149149

150150
## the timeout used when querying external sources (PDP, AA, etc)
151-
http_client.timeout: "{{ engine_http_client_timeout | int }}"
151+
http_client.timeout: {{ engine_http_client_timeout | int }}
152152
## maximum number of simultaneous open authentications per session (exceed this, and receive a 429)
153-
maximum_authentications_per_session: "{{ engine_max_authn_per_session | int }}"
153+
maximum_authentications_per_session: {{ engine_max_authn_per_session | int }}
154154

155155
## Language cookie settings
156156
cookie.path: {{ cookie_path | default('/') }}

0 commit comments

Comments
 (0)