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

- require: - require:
- pkg: apache - pkg: apache
- watch_in: - watch_in:
- cmd: apache-restart
- module: apache-restart


{% endif %} {% endif %}

+ 1
- 1
apache/mod_proxy_http.sls View File

- pkg: apache - pkg: apache
- cmd: a2enmod proxy - cmd: a2enmod proxy
- watch_in: - watch_in:
- cmd: apache-restart
- module: apache-restart


{% endif %} {% endif %}

Loading…
Cancel
Save