Sfoglia il codice sorgente

fix(debian): don't execute a2enmod on every run

tags/v1.0.4
Benjamin Neff 4 anni fa
parent
commit
5844322de4
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      apache/config/modules/install.sls

+ 1
- 1
apache/config/modules/install.sls Vedi File

@@ -18,7 +18,7 @@ apache-config-modules-{{ module }}-enable:

cmd.run:
- name: a2enmod -f {{ module }}
- onlyif: ls {{ apache.moddir }}/{{ module }}.load
- unless: ls {{ apache.moddir }}/{{ module }}.load

{% elif grains.os_family in ('RedHat', 'Arch') %}


Loading…
Annulla
Salva