Browse Source
don't include `include` if it isn't going to include anything else
tags/v0.34.0
Daniel Wallace
6 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
php/ng/apache2/init.sls
|
|
@@ -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" %} |