Explorar el Código

setting the correct parameter values for watch_in

master
Arnold Bechtoldt hace 11 años
padre
commit
d60aca39cb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      apache/mod_proxy.sls
  2. +1
    -1
      apache/mod_proxy_http.sls

+ 1
- 1
apache/mod_proxy.sls Ver fichero

@@ -11,6 +11,6 @@ a2enmod proxy:
- require:
- pkg: apache
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

+ 1
- 1
apache/mod_proxy_http.sls Ver fichero

@@ -13,6 +13,6 @@ a2enmod proxy_http:
- pkg: apache
- cmd: a2enmod proxy
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

Cargando…
Cancelar
Guardar