Browse Source

per @gravyboat suggestion, change separate if to elif

tags/v0.37.4
Brad Thurber 9 years ago
parent
commit
5afdcb819c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      apache/modules.sls

+ 1
- 3
apache/modules.sls 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

Loading…
Cancel
Save