Explorar el Código

fix(register_site): correct semicolon to colon

tags/v1.1.8
Marius van Witzenburg hace 3 años
padre
commit
4cf848da05
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      apache/config/register_site.sls

+ 1
- 1
apache/config/register_site.sls Ver fichero

@@ -63,7 +63,7 @@ apache-config-register-site-file-managed:
- watch_in:
- module: apache-service-running-reload
- require_in:
- module; apache-service-running-reload
- module: apache-service-running-reload
cmd.run:
- name: echo dummy state to workaround requisite issue >/dev/null 2>&1
- require_in:

Cargando…
Cancelar
Guardar