Przeglądaj źródła

Merge pull request #154 from gtmanfred/master

don't include `include` if it isn't going to include anything else
tags/v0.34.0
Daniel Wallace 6 lat temu
rodzic
commit
ccdb27ec73
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      php/ng/apache2/init.sls

+ 1
- 1
php/ng/apache2/init.sls Wyświetl plik

@@ -1,5 +1,5 @@
include:
{% if grains['os_family'] in ["Debian", "FreeBSD"] %}
include:
- php.ng.apache2.install
{% endif %} #END: os = Debian|FreeBSD
{% if grains['os_family'] == "Debian" %}

Ładowanie…
Anuluj
Zapisz