From d660abfe701377392e8f4189de9d0f962181f605 Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Wed, 25 Sep 2019 20:03:49 +0200 Subject: [PATCH] fix server_status state (#268) --- apache/server_status.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache/server_status.sls b/apache/server_status.sls index 119feda..c5168ee 100644 --- a/apache/server_status.sls +++ b/apache/server_status.sls @@ -8,6 +8,8 @@ include: file.managed: - source: salt://apache/files/server-status.conf.jinja - template: jinja + - context: + apache: {{ apache | json }} - require: - pkg: apache - watch_in: