Parcourir la source

setting the correct parameter values for watch_in

tags/v0.37.4
Arnold Bechtoldt il y a 11 ans
Parent
révision
d60aca39cb
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      apache/mod_proxy.sls
  2. +1
    -1
      apache/mod_proxy_http.sls

+ 1
- 1
apache/mod_proxy.sls Voir le fichier

@@ -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 Voir le fichier

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

{% endif %}

Chargement…
Annuler
Enregistrer