Browse Source

setting the correct parameter values for watch_in

master
Arnold Bechtoldt 11 years ago
parent
commit
d60aca39cb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      apache/mod_proxy.sls
  2. +1
    -1
      apache/mod_proxy_http.sls

+ 1
- 1
apache/mod_proxy.sls View File

@@ -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 View File

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

{% endif %}

Loading…
Cancel
Save