From d60aca39cb750aa5885b52a387ca78aca7fc88bb Mon Sep 17 00:00:00 2001 From: Arnold Bechtoldt Date: Sat, 4 Jan 2014 23:54:45 +0100 Subject: [PATCH] setting the correct parameter values for watch_in --- apache/mod_proxy.sls | 2 +- apache/mod_proxy_http.sls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache/mod_proxy.sls b/apache/mod_proxy.sls index 1015e4e..e4bcc1a 100644 --- a/apache/mod_proxy.sls +++ b/apache/mod_proxy.sls @@ -11,6 +11,6 @@ a2enmod proxy: - require: - pkg: apache - watch_in: - - cmd: apache-restart + - module: apache-restart {% endif %} diff --git a/apache/mod_proxy_http.sls b/apache/mod_proxy_http.sls index 83f7405..8fa444b 100644 --- a/apache/mod_proxy_http.sls +++ b/apache/mod_proxy_http.sls @@ -13,6 +13,6 @@ a2enmod proxy_http: - pkg: apache - cmd: a2enmod proxy - watch_in: - - cmd: apache-restart + - module: apache-restart {% endif %}