This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
per
@gravyboat
suggestion, change separate if to elif
tags/v0.37.4
Brad Thurber
9 years ago
parent
0f0d5318e5
commit
5afdcb819c
1 changed files
with
1 additions
and
3 deletions
Split View
Show Diff Stats
+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
Write
Preview
Loading…
Cancel
Save