Explorar el Código

Don't execute `a2dissite` on each state run

Add `onlyif` check to execute `a2dissite` only when needed.
tags/v0.37.4
Elias Probst hace 9 años
padre
commit
ff2dd397c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      apache/vhosts/standard.sls

+ 1
- 0
apache/vhosts/standard.sls Ver fichero

@@ -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:

Cargando…
Cancelar
Guardar