Ver código fonte

Fix in config.sls with the new naming for source_path

master
David Seira 7 anos atrás
pai
commit
60b5c732d7
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      nginx/ng/config.sls

+ 1
- 1
nginx/ng/config.sls Ver arquivo

{% endif %} {% endif %}


{% if 'source_path' in nginx.server.config %} {% if 'source_path' in nginx.server.config %}
{% set source_path = nginx.server.config.source %}
{% set source_path = nginx.server.config.source_path %}
{% else %} {% else %}
{% set source_path = 'salt://nginx/ng/files/nginx.conf' %} {% set source_path = 'salt://nginx/ng/files/nginx.conf' %}
{% endif %} {% endif %}

Carregando…
Cancelar
Salvar