Procházet zdrojové kódy

fix(servers): wrong conditional specification

tags/v2.7.1
Javier Bértoli před 3 roky
rodič
revize
494b2fbea4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      nginx/service.sls

+ 1
- 1
nginx/service.sls Zobrazit soubor

@@ -43,5 +43,5 @@ nginx_service:
- pkg: nginx_install
{% endif %}
{% if nginx.check_config_before_apply %}
- only_if: /usr/sbin/nginx -t
- onlyif: /usr/sbin/nginx -t
{% endif %}

Načítá se…
Zrušit
Uložit