Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 24ffb98

Browse files
committed
Update conditional for gitlab_letsencrypt_enable using new variable name
1 parent e4f7c22 commit 24ffb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gitlab.rb.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nginx['ssl_certificate'] = "{{ gitlab_ssl_certificate }}"
2020
nginx['ssl_certificate_key'] = "{{ gitlab_ssl_certificate_key }}"
2121

2222
letsencrypt['enable'] = "{{ gitlab_letsencrypt_enable }}"
23-
{% if gitlab_letsencrypt %}
23+
{% if gitlab_letsencrypt_enable %}
2424
letsencrypt['contact_emails'] = "{{ gitlab_letsencrypt_contact_emails | to_json }}"
2525
letsencrypt['auto_renew_hour'] = "{{ gitlab_letsencrypt_auto_renew_hour }}"
2626
letsencrypt['auto_renew_minute'] = "{{ gitlab_letsencrypt_auto_renew_minute }}"

0 commit comments

Comments
 (0)