This repository was archived by the owner on Sep 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ nginx['redirect_http_to_https'] = {{ gitlab_redirect_http_to_https }}
19
19
nginx['ssl_certificate'] = "{{ gitlab_ssl_certificate }}"
20
20
nginx['ssl_certificate_key'] = "{{ gitlab_ssl_certificate_key }}"
21
21
22
- letsencrypt['enable'] = " {{ gitlab_letsencrypt_enable }}"
22
+ letsencrypt['enable'] = {{ gitlab_letsencrypt_enable }}
23
23
{% if gitlab_letsencrypt_enable %}
24
- letsencrypt['contact_emails'] = " {{ gitlab_letsencrypt_contact_emails | to_json }}"
24
+ letsencrypt['contact_emails'] = {{ gitlab_letsencrypt_contact_emails | to_json }}
25
25
letsencrypt['auto_renew_hour'] = "{{ gitlab_letsencrypt_auto_renew_hour }}"
26
26
letsencrypt['auto_renew_minute'] = "{{ gitlab_letsencrypt_auto_renew_minute }}"
27
27
letsencrypt['auto_renew_day_of_month'] = "{{ gitlab_letsencrypt_auto_renew_day_of_month }}"
28
- letsencrypt['auto_renew'] = " {{ gitlab_letsencrypt_auto_renew }}"
28
+ letsencrypt['auto_renew'] = {{ gitlab_letsencrypt_auto_renew }}
29
29
{% endif %}
30
30
31
31
# The directory where Git repositories will be stored.
You can’t perform that action at this time.
0 commit comments