setting the correct parameter values for watch_in
This commit is contained in:
parent
b45a5f4fc4
commit
d60aca39cb
@ -11,6 +11,6 @@ a2enmod proxy:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: apache
|
- pkg: apache
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-restart
|
- module: apache-restart
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user