Просмотр исходного кода

Removing if statement around nginx.ng.certificates

Found the problem in that dh_param was set to an int but only a string
or a dictionary would work with the code
master
Nate Bohman 5 лет назад
Родитель
Сommit
b29ebe9de7
1 измененных файлов: 0 добавлений и 2 удалений
  1. +0
    -2
      nginx/ng/certificates.sls

+ 0
- 2
nginx/ng/certificates.sls Просмотреть файл

@@ -30,7 +30,6 @@ generate_nginx_dhparam_{{ dh_param }}_key:
{%- endif %}
{%- endfor %}

{% if salt['pillar.get']('nginx:ng:certificates') is defined and salt['pillar.get']('nginx:ng:certificates') %}
{%- for domain in salt['pillar.get']('nginx:ng:certificates', {}).keys() %}

nginx_{{ domain }}_ssl_certificate:
@@ -52,4 +51,3 @@ nginx_{{ domain }}_ssl_key:
- service: nginx_service
{% endif %}
{%- endfor %}
{% endif %}

Загрузка…
Отмена
Сохранить