From c4dce0747667f2befe9bf4f16775fa7656b700d6 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 14 Sep 2021 19:33:21 +0100 Subject: [PATCH] got all pkg/config/service running (except those disabled in kitchen.yml) --- apache/config/modules/mod_wsgi.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/config/modules/mod_wsgi.sls b/apache/config/modules/mod_wsgi.sls index 9c74663..8c51ec3 100644 --- a/apache/config/modules/mod_wsgi.sls +++ b/apache/config/modules/mod_wsgi.sls @@ -12,7 +12,7 @@ include: apache-config-modules-wsgi-pkg: pkg.installed: - - name: {{ apache.pkg.mod_wsgi }} + - name: {{ apache.mod_wsgi }} - require: - pkg: apache-package-install-pkg-installed - watch_in: