Browse Source

don't include `include` if it isn't going to include anything else

tags/v0.34.0
Daniel Wallace 6 years ago
parent
commit
6626b903d6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/ng/apache2/init.sls

+ 1
- 1
php/ng/apache2/init.sls View File

@@ -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" %}

Loading…
Cancel
Save