per @gravyboat suggestion, change separate if to elif

This commit is contained in:
Brad Thurber 2015-03-26 08:00:11 -04:00
parent 0f0d5318e5
commit 5afdcb819c

View File

@ -25,9 +25,7 @@ a2dismod {{ module }}:
- module: apache-restart
{% endfor %}
{% endif %}
{% if grains['os_family']=="RedHat" %}
{% elif grains['os_family']=="RedHat" %}
include:
- apache