setting the correct parameter values for watch_in

This commit is contained in:
Arnold Bechtoldt 2014-01-04 23:54:45 +01:00
parent b45a5f4fc4
commit d60aca39cb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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