This repository was archived by the owner on Sep 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ gitlab_registry_nginx_ssl_certificate_key: "/etc/gitlab/ssl/gitlab.key"
76
76
77
77
# LetsEncrypt configuration.
78
78
gitlab_letsencrypt_enable : " false"
79
- gitlab_letsencrypt_contact_emails :
80
-
79
+ gitlab_letsencrypt_contact_emails :
["[email protected] "]
81
80
gitlab_letsencrypt_auto_renew_hour : 1
82
81
gitlab_letsencrypt_auto_renew_minute : 30
83
82
gitlab_letsencrypt_auto_renew_day_of_month : " */7"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ nginx['ssl_certificate_key'] = "{{ gitlab_ssl_certificate_key }}"
21
21
22
22
letsencrypt['enable'] = "{{ gitlab_letsencrypt_enable }}"
23
23
{% if gitlab_letsencrypt %}
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 }}"
You can’t perform that action at this time.
0 commit comments