Przeglądaj źródła

Don't execute `a2dissite` on each state run

Add `onlyif` check to execute `a2dissite` only when needed.
master
Elias Probst 9 lat temu
rodzic
commit
ff2dd397c3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      apache/vhosts/standard.sls

+ 1
- 0
apache/vhosts/standard.sls Wyświetl plik

@@ -43,6 +43,7 @@ a2ensite {{ id }}{{ apache.confext }}:
a2dissite {{ id }}{{ apache.confext }}:
cmd:
- run
- onlyif: test -f /etc/apache2/sites-enabled/{{ id }}{{ apache.confext }}
- require:
- file: /etc/apache2/sites-available/{{ id }}{{ apache.confext }}
- watch_in:

Ładowanie…
Anuluj
Zapisz