From 1cbdc9595e224ad3fbe0a3688af62caeb921d78a Mon Sep 17 00:00:00 2001 From: Marius van Witzenburg Date: Fri, 10 Sep 2021 15:12:28 +0200 Subject: [PATCH] fix: correct service restart --- php/apache2/install.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/apache2/install.sls b/php/apache2/install.sls index 6cb9f42..cb934b6 100644 --- a/php/apache2/install.sls +++ b/php/apache2/install.sls @@ -18,6 +18,6 @@ - require_in: - sls: apache - watch_in: - - module: apache-restart + - module: apache-service-running-restart {%- endif %} #END: use apache formula {%- endif %} #END: os = debian