Explorar el Código

use test -f instead of ls

tags/v0.37.4
Vincent Fretin hace 10 años
padre
commit
0aec048eaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      apache/vhosts/standard.sls

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

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

Cargando…
Cancelar
Guardar