Explorar el Código

Fix in config.sls with the new naming for source_path

master
David Seira hace 7 años
padre
commit
60b5c732d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      nginx/ng/config.sls

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

@@ -13,7 +13,7 @@ nginx_log_dir:
{% endif %}

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

Cargando…
Cancelar
Guardar