Explorar el Código

Don't execute a2ensite if the vhost is already enabled

master
vincentfretin hace 10 años
padre
commit
18d8c0c0fb
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

@@ -24,6 +24,7 @@ include:
a2ensite {{ id }}:
cmd:
- run
- unless: ls /etc/apache2/sites-enabled/{{ id }}
- require:
- file: {{ id }}
- watch_in:

Cargando…
Cancelar
Guardar