Explorar el Código

per @gravyboat suggestion, change separate if to elif

master
Brad Thurber hace 9 años
padre
commit
5afdcb819c
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      apache/modules.sls

+ 1
- 3
apache/modules.sls Ver fichero

@@ -25,9 +25,7 @@ a2dismod {{ module }}:
- module: apache-restart
{% endfor %}

{% endif %}

{% if grains['os_family']=="RedHat" %}
{% elif grains['os_family']=="RedHat" %}

include:
- apache

Cargando…
Cancelar
Guardar