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: